RESOLVED FIXED 11133
Regression (NativeListBox): Text paints on top of the list's scrollbar
https://bugs.webkit.org/show_bug.cgi?id=11133
Summary Regression (NativeListBox): Text paints on top of the list's scrollbar
mitz
Reported 2006-10-03 09:58:20 PDT
The longer options in the Component list box on the Enter Bug form (the URL) paint on top of the box's scroll bar (you need to scroll down a little to see them).
Attachments
Fix option clipping and correct scrollbar widths (11.95 KB, patch)
2007-01-07 02:01 PST, mitz
mrowe: review+
mitz
Comment 1 2006-10-03 13:54:47 PDT
Maybe clipping isn't really supposed to happen. Firefox (as well as shipping Safari) just make the list box wide enough to fit the longest option. So maybe that's the problem here.
Timothy Hatcher
Comment 2 2006-10-05 09:02:08 PDT
We would still need a clip if the listbox has an explicit width set in CSS.
mitz
Comment 3 2006-10-05 13:38:46 PDT
*** This bug has been marked as a duplicate of 11172 ***
mitz
Comment 4 2006-10-13 01:06:18 PDT
I'm reopening this bug so that bug 11172 would be about the layout issue, which is fixed now, and this would be about the clipping, which still needs to be addressed. To see an example of where you still need clipping, look at the CC: list for bug 11172.
Adele Peterson
Comment 5 2006-10-13 01:13:58 PDT
Hmm- I thought I'd seen this before, but now I don't see the text on top of the scrollbar in the component list box. Mitz- are you still seeing it there? Or is there another example?
mitz
Comment 6 2006-10-13 01:21:04 PDT
(In reply to comment #5) > Hmm- I thought I'd seen this before, but now I don't see the text on top of the > scrollbar in the component list box. Mitz- are you still seeing it there? Or > is there another example? > I'm seeing it in the CC list of bug 11172 (top right). Specifically, with the first email address in it. In shipping Safari it's clipped.
mitz
Comment 7 2006-10-13 01:22:55 PDT
Here's another example: <select multiple style="width: 100px; font-size: 20px;"> <option>Lorem ipsum dolor sit amet</option> </select>
Adele Peterson
Comment 8 2006-10-13 01:27:41 PDT
ha, i get it now :)
Mark Rowe (bdash)
Comment 9 2006-12-12 17:23:48 PST
*** Bug 11816 has been marked as a duplicate of this bug. ***
David Kilzer (:ddkilzer)
Comment 10 2006-12-12 20:41:04 PST
This is a regression from shipping Safari.
mitz
Comment 11 2007-01-02 11:53:05 PST
*** Bug 12076 has been marked as a duplicate of this bug. ***
mitz
Comment 12 2007-01-07 02:01:43 PST
Created attachment 12274 [details] Fix option clipping and correct scrollbar widths
Mark Rowe (bdash)
Comment 13 2007-01-07 02:06:30 PST
Comment on attachment 12274 [details] Fix option clipping and correct scrollbar widths Nice, glad to see this dealt with!
Alexey Proskuryakov
Comment 14 2007-01-07 04:04:07 PST
Committed revision 18648.
Note You need to log in before you can comment on or make changes to this bug.