RESOLVED DUPLICATE of bug 16644 16813
REGRESSION: TypeError: Undefined value loading mootools JavaScript causes page content to fail to load
https://bugs.webkit.org/show_bug.cgi?id=16813
Summary REGRESSION: TypeError: Undefined value loading mootools JavaScript causes pag...
Cameo Wood
Reported 2008-01-09 20:48:24 PST
This page crashes in current Safari release, and content doesn't load correctly in ToT.
Attachments
Mark Rowe (bdash)
Comment 1 2008-01-09 20:49:30 PST
I see a bunch of JS errors in the console when loading that page. They're almost certainly why the Flash content doesn't load correctly.
Adam Roben (:aroben)
Comment 2 2008-01-10 07:13:05 PST
The page seems to load correctly in Firefox 3b1 and IE7.
Mark Rowe (bdash)
Comment 3 2008-01-10 07:19:58 PST
This happens with TOT on Leopard too. System Safari crashes when loading the page, much like Safari 3.0.4 on Windows.
Mark Rowe (bdash)
Comment 4 2008-01-10 07:21:11 PST
Mark Rowe (bdash)
Comment 5 2008-01-11 10:09:30 PST
TypeError: Undefined value http://mootools.net/assets/scripts/mootools.js?v=1 (line 8) This is also reproducible when loading http://mootools.net/.
Mark Rowe (bdash)
Comment 6 2008-01-11 10:30:55 PST
The mootools code triggering the exception is: if (typeof HTMLElement == 'undefined'){ var HTMLElement = function(){}; if (window.webkit) document.createElement("iframe"); //fixes safari HTMLElement.prototype = (window.webkit) ? window["[[DOMElement.prototype]]"] : {}; } HTMLElement.prototype.htmlElement = function(){}; This means that this bug is a dupe of 16644, which even looks like it deals with mootools! *** This bug has been marked as a duplicate of 16644 ***
Note You need to log in before you can comment on or make changes to this bug.