[Webkit-unassigned] [Bug 18509] New: select does not use border-box model
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Apr 15 01:24:10 PDT 2008
http://bugs.webkit.org/show_bug.cgi?id=18509
Summary: select does not use border-box model
Product: WebKit
Version: 525.x (Safari 3.1)
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: Major
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jb365 at 163.com
<select> does not size by "border-box" model. When assigned height/width to a
select element. It was treated as "content-box".
e.g. <select style="height:30px;width:40px"> The whole width will be 40 + 1*2 =
42; The number 1 is the default border value.
--
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