[Webkit-unassigned] [Bug 11888] REGRESSION (r18320): Web Inspector panes broken
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 20 20:46:59 PST 2006
http://bugs.webkit.org/show_bug.cgi?id=11888
bdash at webkit.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bdash at webkit.org
------- Comment #2 from bdash at webkit.org 2006-12-20 20:46 PDT -------
This happens because several places in the JavaScript for both Drosera and the
Web Inspector code does myElement.style.display = null;, which now throws an
exception. A little investigation shows that Firefox doesn't throw an
exception on this construct, while IE 7 does.
We expect "myElement.style.display = null" to remove the value of the display
property, effectively resetting it to its default value.
--
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