[Webkit-unassigned] [Bug 15384] New: Div does not notice when grandparent changes height
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Oct 5 15:40:30 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=15384
Summary: Div does not notice when grandparent changes height
Product: WebKit
Version: 522+ (nightly)
Platform: Macintosh
URL: data:text/html,<div style="border: solid; width: 200px;
position: absolute; overflow: hidden; resize: -webkit-
vertical; height: 200px;"><div><div style="height: 50%;
background: red"></div></div></div>
OS/Version: Mac OS X 10.4
Status: NEW
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: eric at webkit.org
Div does not notice when grandparent changes height
Try grabbing the resize widget and resizing *only* vertically. (resize:
vertical doesn't work correctly either, filed as bug 15383)
<div style="border: solid; width: 200px; position: absolute; overflow: hidden;
resize: vertical; height: 200px;"><div><div style="height: 50%; background:
red"></div></div></div>
--
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