[Webkit-unassigned] [Bug 88741] New: Width not properly recalculated with -webkit-box-sizing: border-box
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jun 10 14:48:45 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=88741
Summary: Width not properly recalculated with
-webkit-box-sizing: border-box
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh
URL: http://jsfiddle.net/TrevorBurnham/gCAsj/
OS/Version: Mac OS X 10.7
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: trevorburnham at gmail.com
When an element in border-box mode with fixed width has a change in padding-left (e.g. due to a hover state), its child will not expand to fill the space. Here's a test case: http://jsfiddle.net/TrevorBurnham/gCAsj/ (Note that in Firefox 11, this example works as expected, complete with smooth transition.) The same bug occurs with padding-right: http://jsfiddle.net/TrevorBurnham/fh2qD/ (Again, this works fine in Firefox.) Changes in padding-top and padding-bottom appear to work properly.
--
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