[Webkit-unassigned] [Bug 7868] REGRESSION: Extraneous focus ring drawn at the end of the page

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Wed Mar 22 07:56:25 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=7868





------- Comment #4 from darin at apple.com  2006-03-22 07:56 PDT -------
(From update of attachment 7229)
Since a document node isn't an element at all, an isHTMLElement check is too
strict. Just isElementNode would be good enough. And there's no reason to limit
this to HTML elements, since XML elements styled appropriately should work too.

Could there be some better concept of why this object shouldn't draw rings? It
would be best if it didn't involve specific logic about the DOM element at all;
something within the render tree itself would be best.

This needs a test for the layout tests directory.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list