[Webkit-unassigned] [Bug 16813] REGRESSION: TypeError: Undefined value loading mootools JavaScript causes page content to fail to load

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 11 10:30:56 PST 2008


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


mrowe at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE




------- Comment #6 from mrowe at apple.com  2008-01-11 10:30 PDT -------
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 ***


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