Bug 7651 - No blur event fired for a textfield with display:none
Summary: No blur event fired for a textfield with display:none
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P3 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 54179
Blocks:
  Show dependency treegraph
 
Reported: 2006-03-07 16:26 PST by Justin Garcia
Modified: 2011-05-19 18:58 PDT (History)
2 users (show)

See Also:


Attachments
testcase (922 bytes, text/html)
2006-03-07 16:28 PST, Justin Garcia
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Garcia 2006-03-07 16:26:25 PST
See the attached testcase.
Comment 1 Justin Garcia 2006-03-07 16:28:11 PST
Created attachment 6928 [details]
testcase

Focus an input field, set display:none, and focus another text field.  onBlur is never fired for the first textfield.  Works in Firefox and 10.4.5.
Comment 2 Ryosuke Niwa 2011-05-19 18:58:10 PDT
Apparently, this bug has been fixed.