Bug 13768

Summary: <select> controls render improperly on Windows
Product: WebKit Reporter: Matt Perry <mpComplete>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 523.x (Safari 3)   
Hardware: PC   
OS: Windows XP   
Attachments:
Description Flags
proposed patch mjs: review+

Description Matt Perry 2007-05-17 16:18:45 PDT
The select control on Windows doesn't add padding to account for the drop-down button, so text overflows onto it when rendered.  I think it's just a simple matter of implementing RenderThemeWin::adjustMenuListStyle.
Comment 1 Matt Perry 2007-05-17 16:19:17 PDT
Created attachment 14600 [details]
proposed patch
Comment 2 Maciej Stachowiak 2007-05-29 01:50:44 PDT
Comment on attachment 14600 [details]
proposed patch

r=me
Comment 3 Mark Rowe (bdash) 2007-05-29 22:52:00 PDT
Landed in r21880.