-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
Gestures don't work on disabled input elements #199
Comments
Thanks for the report (next time please include the url in your post) Unfortunately it looks like I'm not able to fix this due to the following reason:
Here is a little example where you can test this behaviour: https://codepen.io/anon/pen/vWMNjV |
the url is visible on screenshot. here is it: |
@KES777 I know, otherwise I wouldn't be able to reproduce your problem. The point I tried to make was, that it took time to typewrite every single letter, whereas copy and pasting the url here would have taken you two seconds. |
So while adding To sum things up: There is no good universal solution (the only possible solution may break websites, which can lead to unforeseen consequences). I guess this is the first time I wish Firefox would behave like chrome.. Since disabled elements are quite seldom and normally not page filling this bug shouldn't be so harmful. (Btw. choosing the right mouse button (requires Firefox 58b7 on Linux/MacOS) would fix your particular problem, but you still won't be able to start a gesture over a |
If I remember right you can track mouse-click events on disabled elements. Then you can analize |
I blame mozilla for this issue. |
Unrelated: You can easily grab text from screen with http://capture2text.sourceforge.net/. I use it a lot because bug reports are often described by screenshots. |
Some updates:
|
Here you can see that I complete the action, release the button but action did not occur.
I release the left mouse button (I am on linux FF v57) over up arrow
The action occur when current page lost the focus.
Please review this case
The text was updated successfully, but these errors were encountered: