RESOLVED FIXED 9813
OPTION text can paint over select element's up/down arrow
https://bugs.webkit.org/show_bug.cgi?id=9813
Summary OPTION text can paint over select element's up/down arrow
Chris Petersen
Reported 2006-07-09 14:54:38 PDT
 * SUMMARY A OPTION element which contains a long string of dashes will paint over the select element's scrollbar. (See screen shot)  This was originally seen at http://www.apple.com/macosx/feedback/ under the Feedback Characteristics. * STEPS TO REPRODUCE 1. With a custom css sheet applied,  (select { -webkit-appearance: menulist; box-sizing: border-box; }, open attached test case "option_test.html" 2. Mouse down on the select element and choose dashed item from popup menu. 3. Notice the dashed line paints over scrollbar area at the end of the select element * RESULTS Dashed line shouldn't paint over scrollbar but does. * REGRESSION Yes, this is a regression with the new native popup. Tested with NB r15239
Attachments
OPTION test case (295 bytes, text/html)
2006-07-09 14:55 PDT, Chris Petersen
no flags
screen shot of dashed line painting over scrollbar (7.94 KB, image/png)
2006-07-09 14:56 PDT, Chris Petersen
no flags
patch (4.58 KB, patch)
2006-07-12 01:06 PDT, Adele Peterson
mjs: review+
Chris Petersen
Comment 1 2006-07-09 14:55:33 PDT
Created attachment 9310 [details] OPTION test case
Chris Petersen
Comment 2 2006-07-09 14:56:46 PDT
Created attachment 9311 [details] screen shot of dashed line painting over scrollbar
Chris Petersen
Comment 3 2006-07-09 14:58:10 PDT
This issue has been filed as <rdar://problem/4619605
Adele Peterson
Comment 4 2006-07-10 14:05:41 PDT
working on this now
Adele Peterson
Comment 5 2006-07-12 01:06:08 PDT
Maciej Stachowiak
Comment 6 2006-07-12 01:12:41 PDT
Comment on attachment 9390 [details] patch r=me
mitz
Comment 7 2006-07-12 14:15:15 PDT
Adele committed the patch in r15377.
Note You need to log in before you can comment on or make changes to this bug.