[Webkit-unassigned] [Bug 92029] Radio buttons don't receive focus event

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 24 10:27:01 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=92029





--- Comment #8 from Kyle Simpson <getify at gmail.com>  2012-07-24 10:27:06 PST ---
(in reply to Comment #7)

Option clicking for me on Mac (in Saf) doesn't do anything different than normal clicking. It selects the radio button, but the radio-button doesn't retain the focus (even if you take out the `this.blur()` in the test URL provided).

My primary evidence for suggesting the radio button never gets/keeps the focus is that after clicking (or option-clicking) the radio button (when it gets set to `checked`), you can't tab to other elements on the page, either before or after it, in a logical order. 

For instance, this variation on the previous test: http://jsfiddle.net/DM3h5/4/

If the radio button indeed can get the focus, then shift+tab should go to the text box before it, and tab should go to the text box after it. However, neither of those behaviors happen as expected in Saf (but they do in Chrome and Firefox).

Moreover, the focus event is indeed NOT fired, even if you option-click, even though the radio button receives the click enough to set the `checked` state.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list