[Webkit-unassigned] [Bug 50126] Fallback content in canvas element not focusable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 30 17:36:24 PDT 2011


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





--- Comment #35 from Charles Pritchard <chuck at jumis.com>  2011-08-30 17:36:23 PST ---
Do we have any new takers on this issue? It's likely that this issue will also crop up with css generated and replaced content. This issue has been implemented in IE9.

Example in css: [div style="content: url('image.png') replaced;"][input tabindex=0 type="submit" /][/div]
Example in canvas: [canvas][input tabindex=0 type="submit" /][/div]

In both cases, the user should be able to tab focus onto the input element, which would fire a focus event on that element.

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