Side navigation
#14215 closed bug (invalid)
Opened August 04, 2013 06:17PM UTC
Closed August 20, 2013 08:56AM UTC
jQuery .keyup() command working incorrectly in Linux Firefox build
Reported by: | highbomber@live.ca | Owned by: | highbomber@live.ca |
---|---|---|---|
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.
Attachments (0)
Change History (2)
Changed August 06, 2013 02:27AM UTC by comment:1
owner: | → highbomber@live.ca |
---|---|
status: | new → pending |
Changed August 20, 2013 08:56AM UTC by comment:2
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?