Bug 85462 - misbehaving with javascript mouse handlers
Summary: misbehaving with javascript mouse handlers
Status: RESOLVED DUPLICATE of bug 70326
Alias: None
Product: konqueror
Classification: Applications
Component: khtml ecma (show other bugs)
Version: 3.2.1
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-19 11:06 UTC by Luca Ferrari
Modified: 2004-07-28 14:55 UTC (History)
0 users

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 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 ***