[Webkit-unassigned] [Bug 56153] RenderBlocks with negative width

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 11 19:23:33 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=56153


James Robinson <jamesr at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hyatt at apple.com




--- Comment #1 from James Robinson <jamesr at chromium.org>  2011-03-11 19:23:33 PST ---
Repro:

<!DOCTYPE html>
<div id="d" style="margin-left: 100%; position: absolute; left: 20px; right: 160px;"></div>


d.clientWidth is -180 in WebKit and 0 in Firefox 3.6, Firefox 4 beta, Opera 10.62, and IE8.  The -180 value seems to come from here: http://trac.webkit.org/browser/trunk/Source/WebCore/rendering/RenderBox.cpp#L2422

This doesn't appear to be a recent regression.

-- 
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