[Webkit-unassigned] [Bug 10633] incomplete repaint after programatically floating a radio button form control

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 30 12:52:35 PST 2006


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





------- Comment #7 from mitz at webkit.org  2006-12-30 12:52 PDT -------
Created an attachment (id=12126)
 --> (http://bugs.webkit.org/attachment.cgi?id=12126&action=view)
Test for strict mode

The problem is only in present in quirks mode (although I don't understand the
behavior in the 4th case in this file). Here is a comment from
RenderObject::usesLineWidth() explaining the quirk:
    // 1. All auto-width objects that avoid floats should always use lineWidth
    // 2. For objects with a specified width, we match WinIE's behavior:
    // (a) tables use contentWidth
    // (b) <hr>s use lineWidth
    // (c) all other objects use lineWidth in quirks mode and contentWidth in
strict mode.


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