[Webkit-unassigned] [Bug 80808] New: absolutely-positioned element does not update width when container width changes
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Mar 11 20:52:29 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=80808
Summary: absolutely-positioned element does not update width
when container width changes
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh Intel
URL: http://jsfiddle.net/UgDQy/2/
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Layout and Rendering
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: laughinghan at gmail.com
An element that is absolutely positioned with all of top, left, and right so that it stretches all the way across a position:relative;display:inline container element doesn't change width even if the container width changes, e.g. due to appending elements, see http://jsfiddle.net/UgDQy/2/ .
Interestingly, if positioned with left and right but without top, it will update its width correctly, see http://jsfiddle.net/UgDQy/3/ .
--
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