[Webkit-unassigned] [Bug 10934] REGRESSION: prototype.js logs error (HTMLFormElement) on webkit builds
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jan 15 14:50:37 PST 2007
http://bugs.webkit.org/show_bug.cgi?id=10934
ddkilzer at webkit.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ddkilzer at webkit.org
------- Comment #6 from ddkilzer at webkit.org 2007-01-15 14:50 PDT -------
www.apple.com doesn't seem to generate these errors anymore, but
script.aculo.us does:
http://script.aculo.us/
[7173] http://script.aculo.us/prototype.js line 1318: ReferenceError: Can't
find variable: HTMLFormElement
[7173] http://script.aculo.us/effects.js line 1318: ReferenceError: Can't find
variable: HTMLFormElement
The line of code in question (in both files) is:
copy(Form.Methods, HTMLFormElement.prototype);
I assume this "doesn't matter" until Form.Methods is used by an action that the
user performs. Looks like WebKit is missing a JavaScript object/prototype.
--
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