[Webkit-unassigned] [Bug 6907] REGRESSION: United.com JS menu's content spilling into page as of 1/29/06

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sun Jan 29 16:45:42 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=6907





------- Comment #4 from ddkilzer at kilzer.net  2006-01-29 16:45 -------
Ignore the differences in stylesheets from Comment #3.  Those only change the
size of fonts on the page.

The larger issue is that WebKit is becoming increasingly schizophrenic.  It is
implementing increasingly more of an MSIE 6 personality, while continuing to
maintain its Gecko (Firefox 1.x) personality.  "Old" detection code will soon
(if it's not already) think that WebKit is MSIE 6 or Firefox 1.x depending on
which it checks for first.  What's even more fun is that if there are multiple
browser sniffing checks on a page, part of the JS code could assume it's on
MSIE while another part of the code assumes it's on Firefox.

It looks like the "regressions" on this bug are (in part) due to new code paths
being taken in the JavaScript on the web page due to WebKit behaving more like
MSIE.  This means that to fix this bug, WebKit will have to implement more of
MSIE's behavior.  More details to follow on the individual errors reported to
the JavaScript Console.


-- 
Configure bugmail: http://bugzilla.opendarwin.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