-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix unresponsive legacy password confirmation dialog when another modal is open with new dialog in Vue #34044
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
|
I'll investigate the issue |
very strange, compilation actually works and the dialog also works |
possibly https://stackoverflow.com/q/67648680 I also didn't find any other place where we'd be importing css modules from a non-local module. |
70083a6
to
8e8ebfc
Compare
Analysis and upstream fix in nextcloud-libraries/nextcloud-password-confirmation#393 Pending next package release to resolve all errors |
…in Vue Signed-off-by: Christopher Ng <[email protected]>
8e8ebfc
to
26535e4
Compare
Without this the focus would remain on the previously opened modal and prevent confirmation of your password
Also improves accessibility
Steps