Closed
Bug 580498
Opened 16 years ago
Closed 11 years ago
"onkeyup" event fires when "onmousedown" or "onblur"
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: hwang-kw, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ko; rv:1.9.2.7) Gecko/20100713 Firefox/3.6.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; ko; rv:1.9.2.7) Gecko/20100713 Firefox/3.6.7
* I'm bad at English...
<input onkeyup="alert('keyup event')" />
if [input] has focus, and click or mousedown, [keyup event] expires.
I found it 2 years ago and reported my country mozilla forum, but...
Reproducible: Always
Steps to Reproduce:
1.<input onkeyup="alert('keyup event')" />
2.focus
3.click anywhere (even other program window)
Actual Results:
keyup event expires
Expected Results:
no event
thx
Updated•15 years ago
|
Version: unspecified → 3.6 Branch
Summary: "onkeyup" event expires when "onmousedown" or "onblur" → "onkeyup" event fires when "onmousedown" or "onblur"
Comment 1•15 years ago
|
||
Reporter, Firefox 4.0.1 has been released, and it features significant improvements over previous releases. Can you please update to Firefox 4.0.1 or later, and retest your bug? Please also create a fresh profile (
http://support.mozilla.com/kb/Managing+profiles), update your plugins (Flash, Java, Quicktime, Reader, etc) and update your graphics driver and Operating system to the latest versions available.
If you still continue to see this issue, please comment. If you do not, please close this bug as RESOLVED > WORKSFORME
filter: prefirefox4uncobugs
Comment 2•11 years ago
|
||
Do you still see this problem when using a current version started in safe mode?
https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode?redirectlocale=en-US&redirectslug=Safe+Mode
If you still continue to see this issue, please comment. If you do not, please close this bug as RESOLVED > WORKSFORME
Whiteboard: [closeme 2015-03-25]
Resolved per whiteboard
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → INCOMPLETE
Whiteboard: [closeme 2015-03-25]
You need to log in
before you can comment on or make changes to this bug.
Description
•