[Webkit-unassigned] [Bug 13950] REGRESSION: Embedded Google Maps overlay does not work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 11 15:17:27 PDT 2007


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





------- Comment #4 from koivisto at iki.fi  2007-07-11 15:17 PDT -------
A major problem here is that the page has a comment as the first child of html
:

<html><!--comment--><head>

Google maps script does document.documentElement.firstChild and expects to find
the head. This works in Firefox as it reparents all comments before body to
head but fails in ToT where the comment is kept as a child of html.

Fixing this gets rid of exceptions and makes the overlay work when clicking
enable/disable button. There is some other problem besides this as the overlay
still does not show up on first page load.


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