Bug 86149 - onmouseover on table cells misbehaviour
Summary: onmouseover on table cells misbehaviour
Status: RESOLVED DUPLICATE of bug 70326
Alias: None
Product: konqueror
Classification: Applications
Component: khtml event (show other bugs)
Version: unspecified
Platform: Slackware Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-28 11:56 UTC by Bruce Duncan
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 Bruce Duncan 2004-07-28 11:56:25 UTC
Version:            (using KDE KDE 3.2.92)
Installed from:    Slackware Packages
Compiler:          Unofficial slack-10.0 packages by Jean-Christophe Fargette : kde@fargette.com 
OS:                Linux

<tr class="text" onmouseover="javascript:style.backgroundColor='#e5e5e5'" onmouseout="javascript:style.backgroundColor='white'">

This is not executed when expected. IE highlights the whole row when you hover anywhere over it; Konqueror highlights only the cell you hover and only when you hover over a link in that cell. Since the javascript is in the tr tag, i would have expected it to apply to the whole row, not just links.

Some cells look like this:
<td><a href="/horde/imp/message.php?index=713" onmouseout="window.status='';" onmouseover="window.status='Bugzilla Change Password Request'; return true;">Bugzilla Change Password Request</a></td>

This code is not executed at all. The status bar shows the link target. Is this intentional?

The code is found in the IMP (http://horde.org/imp/). My site uses a slightly customised version which I can't give out access to (it's my email).
Comment 1 Stephan Kulow 2004-07-28 13:58:35 UTC
I think, it's know. But can you please attach a complete test case that stands on it's own?
Comment 2 Maksim Orlovich 2004-07-28 14:55:32 UTC

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