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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 28 13:23:59 PST 2011


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





--- Comment #28 from Dave Hyatt <hyatt at apple.com>  2011-02-28 13:23:59 PST ---
I think the approach taken here was just all wrong.  It would probably be better to (when fallback content is present) create an anonymous RenderBlock that fits the RenderHTMLCanvas snugly and also holds the fallback content and that can become the HTML element's renderer.

That way you don't have to add hack upon hack to try to turn the RenderHTMLCanvas into a container, and you establish a proper containing block for the content.

This patch really should be reverted.

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