Bug 85462

Summary: misbehaving with javascript mouse handlers
Product: [Applications] konqueror Reporter: Luca Ferrari <fluca1978>
Component: khtml ecmaAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: 3.2.1   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description Luca Ferrari 2004-07-19 11:06:00 UTC
Version:           3.2.1 (using KDE KDE 3.2.1)
Installed from:    SuSE RPMs
OS:                Linux

Konquerror seems to not rightly interpreter the javascript mouse handlers. In particular the following piece of HTML code:

<TR  onMouseOver="this.style.background='red'" 
onMouseOut="this.style.background='lime'" style="background:'lime'">

which changes the color of the table row depending on the mouse movements, does not work. In particular, if the table row is made by links (<A></A>), just the cell (and not the whole role) changes its color and only after a click on the link itself. Nothing happens if the mouse moves in/out the row. The same piece of code works fine with other web browsers, such as Mozilla. Even substituting "background" with "bgColor" does not produce effects.

We are using Konquerror 3.2.1 shipped with a Suse 9.1.

Luca Ferrari,
Claudio Chiossi
Comment 1 Luca Ferrari 2004-07-27 14:33:13 UTC
I've noted that even with konquerror/kde 3.2.3 the bug is present.

Luca
Comment 2 Maksim Orlovich 2004-07-28 14:55:20 UTC

*** This bug has been marked as a duplicate of 70326 ***