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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 23 15:18:59 PDT 2012


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





--- Comment #6 from Kyle Simpson <getify at gmail.com>  2012-07-23 15:19:05 PST ---
I get the same behavior that Jonathan describes, on both Chrome 22 and Firefox 15 on Mac. However, Saf 5.1 never fires the event at all, although curiously, it doesn't appear that the radio button is even "focusable" (let alone not firing the event) via keyboard nav in Saf 5.1 on this Mac. I even tried modifying to set a `tabindex` and other such things, couldn't get Saf to give focus at all to the radio button. So perhaps in webkit, that's the deeper issue, that the element is simply not focusable.

Although, I would concur that it's strange that on the other browsers, keyboard focusing fires the event but mouse focusing does not. While that's bizarre, at least it seems a bit more consistent (this Saf unfocusable issue not-withstanding).

-- 
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