Bug 128416 - konqueror: WARNING: getJSEventListener: event listener already found but with html=false - please report this, we thought it would never happen
Summary: konqueror: WARNING: getJSEventListener: event listener already found but with...
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: khtml ecma (show other bugs)
Version: 3.5
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
: 147914 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-06-01 08:37 UTC by Thomas
Modified: 2008-03-14 19:58 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 Thomas 2006-06-01 08:37:47 UTC
Version:            (using KDE KDE 3.5.2)
Installed from:    Gentoo Packages
Compiler:          GCC 4.1.0 
OS:                Linux

konqueror: WARNING: getJSEventListener: event listener already found but with html=false - please report this, we thought it would never happen
Comment 1 Avner Lottem 2006-07-23 12:23:49 UTC
I saw the same error message when browsed to www.intel.com.KDE Version  3.5.1 

(KDE 3.5.1 Level "a" , SUSE 10.1)
1  Application  Web Browser/File Manager
1  Operating System  Linux (i686) release 2.6.16.21-0.13-default
1  Compiler  Target: i586-suse-linux


Comment 2 Alexander Kjäll 2006-10-25 12:06:28 UTC
I saw it also, i just surfed alatest.com.
Comment 3 Julian Seward 2006-12-31 01:46:15 UTC
I also get this using standard OpenSUSE 10.2 (amd64):

$ konqueror http://developer.intel.com/design/servers/platforms/sr1500-2500/index.htm
konqueror: WARNING: getJSEventListener: event listener already found but with html=false - please report this, we thought it would never happen
konqueror: WARNING: getJSEventListener: event listener already found but with html=false - please report this, we thought it would never happen

$ uname -a
Linux xxxxx 2.6.18.2-34-default #1 SMP Mon Nov 27 11:46:27 UTC 2006 x86_64 x86_64 x86_64 GNU/Linux

$ cat /etc/issue
Welcome to openSUSE 10.2 (X86-64) - Kernel \r (\l).

$ rpm -qa | grep kdebase
kdebase3-samba-3.5.5-78
kdebase3-kdm-3.5.5-78
kdebase3-SuSE-10.2-84
kdebase3-nsplugin-3.5.5-78
kdebase3-session-3.5.5-78
kdebase3-ksysguardd-3.5.5-78
kdebase3-beagle-3.5.5-78
kdebase3-32bit-3.5.5-78
kdebase3-3.5.5-78
Comment 4 Adriaan Renting 2007-02-13 15:48:14 UTC
I'm also using SuSE 10.1

I get this message for every Doku-wiki site I visit, for example:
http://wiki.splitbrain.org/wiki:dokuwiki
Comment 5 Marco Costantini 2007-03-26 15:18:39 UTC
also with http://wiki.gcstar.org/
Comment 6 Tommi Tervo 2007-07-16 17:55:56 UTC
*** Bug 147914 has been marked as a duplicate of this bug. ***
Comment 7 Bernard Choppy 2008-01-04 18:52:24 UTC
I have the same message under 3.5.8. release.

I'm using Konqueror through an ssh tunnel with X-Window forwarding enabled.

I recreate this when I use the dokuwiki software.
Comment 8 Christian Bayer 2008-01-09 20:36:18 UTC
I also have this message on gentoo 4.1.1-r3. but wikipedia does not cause this error. unfortunately I have a lot of tabs open and this message showed up several times. although I revisited every page in my history, I couldn't  repoduce it.
Comment 9 Matthew Cline 2008-01-13 10:54:02 UTC
I get this on pretty much any DeviantART gallery, and whatever it is prevents the gallery from displaying.

For an example, see http://aiko-frikki.deviantart.com/gallery/
Comment 10 Maksim Orlovich 2008-03-14 19:53:11 UTC
SVN commit 785693 by orlovich:

Apply a patch from Vyacheslav Tokarev (username tsjoker, hostname gmail, tld com)
that fixes multiple issues with event listeners:

1. Use the proper 'this' object for object-style event listeners.
2. Use the object, not function, for comparison of object-style
event listeners
3. Properly keep html-style and normal listener objects separate ---
they behave independent, even if they wrap the same function,
and of course have different event-cancellation semantics

BUG:147249
BUG:111568
BUG:128416


 M  +12 -8     kjs_events.cpp  
 M  +2 -2      kjs_events.h  
 M  +6 -6      kjs_window.cpp  
 M  +1 -1      kjs_window.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=785693
Comment 11 Maksim Orlovich 2008-03-14 19:58:09 UTC
SVN commit 785698 by orlovich:

Regression tests for event listener changes...
CCBUG:147249
CCBUG:111568
CCBUG:128416



 A             baseline/events/dom-style-event.html-dom  
 AM            baseline/events/dom-style-event.html-dump.png  
 A             baseline/events/dom-style-event.html-render  
 A             baseline/events/two-listener-kinds.html-dom  
 AM            baseline/events/two-listener-kinds.html-dump.png  
 A             baseline/events/two-listener-kinds.html-render  
 A             baseline/events/two-listener-kinds2.html-dom  
 AM            baseline/events/two-listener-kinds2.html-dump.png  
 A             baseline/events/two-listener-kinds2.html-render  
 A             tests/events/dom-style-event.html  
 A             tests/events/two-listener-kinds.html  
 A             tests/events/two-listener-kinds2.html  


WebSVN link: http://websvn.kde.org/?view=rev&revision=785698