[Webkit-unassigned] [Bug 15562] getComputedStyle returns "auto" for zIndex property even after it has been set
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Oct 20 09:08:46 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=15562
mrowe at apple.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mrowe at apple.com
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
------- Comment #4 from mrowe at apple.com 2007-10-20 09:08 PDT -------
This is related to the fact that the div on which the z-index is set is
unpositioned. Adding " e.style.position = "relative";" before
retrieving the final computed style results in the expected value being
returned.
--
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