[Webkit-unassigned] [Bug 7095] Removing positioning from an element does not relayout properly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 23 04:17:18 PST 2006


http://bugs.webkit.org/show_bug.cgi?id=7095


ddkilzer at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |9610
              nThis|                            |




------- Comment #6 from ddkilzer at webkit.org  2006-12-23 04:17 PDT -------
This is a Quirksmode bug:

Element retains position: absolute after class change
Reported on 3 October 2006
http://www.quirksmode.org/bugreports/archives/2006/10/Parent_Element_Sticky_Position.html

When changing a parent element's class via JavaScript/DOM, an initial
position:absolute declaration sticks. The problem is corrected by applying a
position:relative declaration to the parent element's children.

Test page: http://indorgs.virginia.edu/betech/bugs/safari-stickyposition.html


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