Bug 7651

Summary: No blur event fired for a textfield with display:none
Product: WebKit Reporter: Justin Garcia <justin.garcia>
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: ian, rniwa
Priority: P3    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Bug Depends on: 54179    
Bug Blocks:    
Attachments:
Description Flags
testcase none

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.