Element retains position: absolute after class change

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 Workaround is included
Reported by: Steve Stedman.

(Orphaned), Safari | Reported on 3 October 2006.

This site is no longer maintained. I’m sorry, but it’s just too much work for too little return. You can continue to browse old bug reports, though.




Search reports by browser:

Atom RSS

Comments

(Add your own)

1 Posted by David Kilzer on 23 December 2006 | Permalink

See WebKit Bug 7095.

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

Fixed as of WebKit r18399.