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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
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 ***