-
Notifications
You must be signed in to change notification settings - Fork 0
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
Mouse focus #1
Comments
Hey. Thanks for this bug report. In my manual tests, I never used the mouse to check/uncheck the checkbox. I tried to reproduce the bug and I saw that the focus on the checkbox is kept if the mouse doesn't click in other places (test with Firefox 86.0.1 on Windows), BUT that on MacOS Catalina with same version of Firefox, the focus is left in all cases when using the mouse... This difference between MacOS and Windows surprised me... I will try to find an easy solution to fix this before the v1.0. |
Hey, I will implement the quick fix for v1.0 and we will see later if another strategy is needed. |
to be sure to not lose the focus on mouse click, at link creation.
It's fixed ! Here eb638a9. I tested it on MacOS with mouse click and the focus is kept. |
Will be naturally available for v1.0... |
Impossible to finalize the creation of a link if you check or uncheck the checkbox with a mouse click for the question of a local or remote rest, because the focus does not work anymore
The text was updated successfully, but these errors were encountered: