[Webkit-unassigned] [Bug 15236] RenderTheme forces borders for MenulistButtonAppearance

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 27 15:26:47 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15236





------- Comment #3 from mpComplete at gmail.com  2007-09-27 15:26 PDT -------
Hmm, yes, you're right.  Doing it this way results in the <select> being drawn
as if its size included the border.

However, adjustMenuListButtonStyle seems insufficient.  The only way to prevent
it from drawing the rounded border is to reset the border entirely, which is
undesirable when the user explicitly sets a border.

I think the real fix involves fixing RenderObject::paintBorder so that it
doesn't attempt to draw rounded corners in all cases.  (It only really makes
sense on <select> controls that are styled the Mac way).


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list