Bug 86149

Summary: onmouseover on table cells misbehaviour
Product: [Applications] konqueror Reporter: Bruce Duncan <B.W.Duncan>
Component: khtml eventAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Slackware   
OS: Linux   
Latest Commit: Version Fixed In:

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