Bug 55975

Summary: onfocus of Button was not handled
Product: WebKit Reporter: Bill <bill.tan0>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal    
Priority: P2    
Version: 525.x (Safari 3.2)   
Hardware: PC   
OS: OS X 10.5   
URL: http://63.64.187.235/mdg/HTML/DOM_0/onblur_onfocus.html

Bill
Reported 2011-03-08 15:16:35 PST
1)goto http://63.64.187.235/mdg/HTML/DOM_0/onblur_onfocus.html 2)Click on button B. //failed. expected to change the status to "has Focus"; I tested on Google Chrome, Apple Safari and Andriod GingerBread emulator. All of them failed. So I guess it's webkit's issue.
Attachments
Alexey Proskuryakov
Comment 1 2011-03-09 11:07:29 PST
The focus event isn't dispatched because the button doesn't get focus. At least on Mac OS X, this is expected behavior. *** This bug has been marked as a duplicate of bug 26856 ***
Note You need to log in before you can comment on or make changes to this bug.