[Webkit-unassigned] [Bug 10934] REGRESSION: prototype.js logs error (HTMLFormElement) on webkit builds
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jan 16 03:57:40 PST 2007
http://bugs.webkit.org/show_bug.cgi?id=10934
------- Comment #8 from ddkilzer at webkit.org 2007-01-16 03:57 PDT -------
(In reply to comment #7)
> Here's the JavaScript that builds HTMLFormElement:
>
> if (!window.HTMLElement && /Konqueror|Safari|KHTML/.test(navigator.userAgent))
In WebKit ToT, window.HTMLElement is defined, so this code no longer runs,
which may be the source of the issue. Note that commenting out the if
statement produces a different error, though in the [].each() expression:
TypeError: Value undefined (result of expression
["","Form","Input","TextArea","Select"].each) is not object.
--
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