[Webkit-unassigned] [Bug 28900] <select> controls doesn't render size=2 or size=3 properly
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jan 10 13:05:18 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=28900
--- Comment #32 from Darin Adler <darin at apple.com> 2014-01-10 13:02:58 PST ---
(From update of attachment 220841)
View in context: https://bugs.webkit.org/attachment.cgi?id=220841&action=review
> Source/WebCore/rendering/RenderListBox.cpp:72
> -// The minSize constant was originally defined to render scrollbars correctly.
> -// This might vary for different platforms.
> -const int minSize = 4;
> +const int minSize = 2;
Why 2 rather than 3 or 1?
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list