[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
Fri Mar 24 01:56:01 PST 2006


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


Graham.Dennis at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #7239|review?                     |
               Flag|                            |
Attachment #7239 is|0                           |1
           obsolete|                            |
   Attachment #7275|                            |review?
               Flag|                            |




------- Comment #8 from Graham.Dennis at gmail.com  2006-03-24 01:56 PDT -------
Created an attachment (id=7275)
 --> (http://bugzilla.opendarwin.org/attachment.cgi?id=7275&action=view)
patch 3

The problem is caused by an anonymous element after the end of the <span>
element, but before the end of the </div> block. It is below where the span is,
and it has zero height. In this version of the patch, we just don't add in any
rectangles to the focus ring that have zero height or width.
I ran a pixel test layout check, and I found 33 cases with incorrect layout,
but they all fail here without the patch as well.

This is totally unrelated, but some of the test failures do concern me:
fast/AppleScript/date
fast/js/date-constructor
fast/parser/entities-in-xhtml


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