Bug 99987 - Javascript failure: http://demo.opensourcecms.com/etomite/manager/ (works in Gecko)
Summary: Javascript failure: http://demo.opensourcecms.com/etomite/manager/ (works in ...
Status: RESOLVED WORKSFORME
Alias: None
Product: konqueror
Classification: Applications
Component: khtml ecma (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-22 12:10 UTC by David Anderson
Modified: 2010-09-19 15:59 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Anderson 2005-02-22 12:10:19 UTC
Version:           3.3.2-1.5.2.kde Red Hat (using KDE 3.3.2-1.7.2.kde, Fedora Core release 2 (Tettnang))
Compiler:          gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)
OS:                Linux (i686) release 2.6.7-1.494.2.2

http://demo.opensourcecms.com/etomite/manager/
user: admin
password: demo

Doesn't work: JavaScript error:

Error: http://demo.opensourcecms.com/etomite/manager/: TypeError: Value undefined (result of expression el.attachEvent) is not an object. Cannot be called.

It works in Epiphany (Gecko-based).

I'm not a Javascript expert, so can't tell you any more - just that "it doesn't work" ! :-)
Comment 1 David Anderson 2005-02-23 11:12:45 UTC
I note the change of component - to "khtml ecma". I was going to enter it under this component originally, but the wizard in bugs.kde.org said, "khtml ecma - All bugs in khtml's java script binding (not the interpreter itself)". I don't know enough about the internals of the thing, but I thought it must be the interpreter... did I get that wrong? (Just asking for future reference).
Comment 2 Harri Porten 2005-04-24 20:32:55 UTC
attachEvent() looks like a extension function that binds this functionality to JavaScript. It's not a native JS function nor does the problem seem to be related to an error in the language interpretation itself. Therefore khtml ecma is the right component for this report.
Comment 3 David Anderson 2005-07-25 21:47:18 UTC
FYI, I've now updated to KDE 3.4.1 and this bug still exists, with the same error message.
Comment 4 David Anderson 2006-01-11 23:36:13 UTC
Still there in 3.5.0.
Comment 5 Maksim Orlovich 2006-01-16 00:40:25 UTC
attachEvent is an IE extension, kind of comparable to DOM2 events in functionality. The webpage has emulation, but we don't get it due to a test document.layers == null. One option would be to merge the ultra-evil hacks from JSC + WebCore for better hiding, I guess
Comment 6 FiNeX 2010-09-19 15:59:01 UTC
The website works fine with KDE 4.4.5