RESOLVED FIXED 53602
[Chromium] Select popup with padding has white strip on right
https://bugs.webkit.org/show_bug.cgi?id=53602
Summary [Chromium] Select popup with padding has white strip on right
xiyuan
Reported 2011-02-02 09:40:52 PST
Created attachment 80924 [details] 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.
Attachments
A test case html (148 bytes, text/html)
2011-02-02 09:40 PST, xiyuan
no flags
Proposed patch. (1.63 KB, patch)
2011-02-02 10:06 PST, xiyuan
no flags
xiyuan
Comment 1 2011-02-02 10:06:27 PST
Created attachment 80925 [details] Proposed patch.
WebKit Commit Bot
Comment 2 2011-02-02 14:45:57 PST
Comment on attachment 80925 [details] Proposed patch. Clearing flags on attachment: 80925 Committed r77424: <http://trac.webkit.org/changeset/77424>
WebKit Commit Bot
Comment 3 2011-02-02 14:46:01 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.