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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 27 09:59:16 PST 2011


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





--- Comment #2 from Charles Pritchard <chuck at jumis.com>  2011-01-27 09:59:16 PST ---
http://www.w3.org/TR/html5/the-canvas-element.html
("the user can still focus")

Here are two tests, one fires a focus event on the element, on load, the other should fire an event when the tab key is pressed (and tab index navigated to).

[body onload="document.getElementById('test').focus()"]
[canvas]
[input type="checkbox" id="test" onfocus="alert('You found me')" tabindex="1" /]
[/canvas]
[/body]


Bug also posted on Chromium:
http://code.google.com/p/chromium/issues/detail?id=64683

Currently, Internet Explorer 9 behaves per the standard, Firefox 4 does not (yet, I believe), but has started work on it.

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