Displaying 1 result from an estimated 1 matches for "konquereror".
Did you mean:
konqueror
2006 Nov 27
0
Konqueror Reference Error HTMLFormElement
...rototype and scriptaculous I received the following
error using Konqueror: "ReferenceError: Can''t find variable:
HTMLFormElement" ( Prototype 1.5.0_rc1 ). So I had a closer look in the
prototype.js file and recognized that there is a special function to
create needed elements for Konquereror and Safari.
The intersting line is in line 1298:
if (!window.HTMLElement &&
/Konqueror|Safari|KHTML/.test(navigator.userAgent)) {
This checks, weather HTMLElement is defined. For some reason meanwhile
the Konqueror and Safari support HTMLElement but the Konqueror still
has problems with...