RESOLVED DUPLICATE of bug 26856 Bug 55975
onfocus of Button was not handled
https://bugs.webkit.org/show_bug.cgi?id=55975
Summary onfocus of Button was not handled
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.