[Webkit-unassigned] [Bug 13391] REGRESSION (r18819): Incomplete repaint of popup button text

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 18 08:27:35 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13391


mitz at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hyatt at apple.com
            Summary|REGRESSION (r18794-r18821): |REGRESSION (r18819):
                   |Incomplete repaint of popup |Incomplete repaint of popup
                   |button text                 |button text




------- Comment #4 from mitz at webkit.org  2007-04-18 08:27 PDT -------
This bug is a regression from Safari 2.0.4 since it also affects <button>. The
regression was caused by
<http://trac.webkit.org/projects/webkit/changeset/18819>.

The RenderBox::computeAbsoluteRepaintRect() logic for the hasControlClip() case
is very strange - it doesn't look at the container o at all. I think it should
intersect with o's controlClipRect(). However, in the case of this bug, the
controlClipRect() is invalid since the container is in mid-layout (exactly the
same problem discussed in the comments for the hasOverflowClip() case).


-- 
Configure bugmail: http://bugs.webkit.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