Opened 10 years ago
Closed 10 years ago
#14215 closed bug (invalid)
jQuery .keyup() command working incorrectly in Linux Firefox build
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.10.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I executed the attached script, which was to execute a function when a key is pressed, and another function when a key is released.
When the key is pressed, the initial function is called correctly. However, upon release, the 2nd function is never called in Linux Firefox v.22.
The second function should have been called. This script works correctly on all other browsers except my Firefox on Linux.
See attached jsfiddle. http://jsfiddle.net/nN2Js/3/
Change History (2)
comment:1 Changed 10 years ago by
Owner: | set to [email protected]… |
---|---|
Status: | new → pending |
comment:2 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Sounds like something that should be reported to Firefox. Does it work with native DOM events?