[Webkit-unassigned] [Bug 12840] REGRESSION(r16987-r16994): MSN Soapbox content not erased properly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 26 18:51:23 PST 2007


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





------- Comment #10 from koivisto at iki.fi  2007-02-26 18:51 PDT -------
Yes, looks like evangelism issue. The script has code like this for hiding the
elements on the right:

            if (window.console)
              b[c].divElt.style.visibility = "hidden";
            else
              b[c].divElt.style.display = "none";

window.console is a Safari test so e.style.display = "none" gets applied on all
non-Safari browsers. Before fix of bug 4377 visibility = "hidden" was enough to
hide even visible children, now it is not.

The problem in the second screenshot is not a regression, it also happens with
shipping Safari. It seems also be related to buggy Safari specific codepaths
that do window.console test.


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