[Webkit-unassigned] [Bug 53602] New: [Chromium] Select popup with padding has white strip on right

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 2 09:40:51 PST 2011


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

           Summary: [Chromium] Select popup with padding has white strip
                    on right
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: xiyuan at chromium.org
                CC: tony at chromium.org, dglazkov at chromium.org


Created an attachment (id=80924)
 --> (https://bugs.webkit.org/attachment.cgi?id=80924&action=review)
A test case html

http://trac.webkit.org/changeset/76831 added overhang painting to WebCore::ScrollView::paint (base of PopupListBox). The overhang is derived in ScrollView::calculateOverhangAreasForPainting based on scroll position, contentSize and visibleContentRect.

We excluded padding space from content size in PopupListBox::layout and thus the padding space is drawn as overhang.

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