Bug 85440 - hovering over a td with hover defined only works over text
Summary: hovering over a td with hover defined only works over text
Status: RESOLVED DUPLICATE of bug 75267
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (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-18 20:57 UTC by Dan Ostrowski
Modified: 2005-02-16 12:49 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 Dan Ostrowski 2004-07-18 20:57:32 UTC
Version:           3.2.1 (using KDE KDE 3.2.1)
Installed from:    SuSE RPMs
OS:                Linux

Hello. Thanks for all the work on Konqi guys! 

I'm using Konq 3.2.1 from the SuSE 9.1 RPMS so if this is fixed in later versions please report that and close this report out. Sorry I could not test in a newer version.

I have a test case for illustration:

-----------------------------------

<html>
<head>
<style>
td.mytest { border: 1px dotted #EEE; background-color: #FFF; }
td.mytest:hover { border: 1px dashed black; background-color: #666; }
</style>
<body>
<table width="400px" cellpadding="0" cellspacing="0">
  <tr>
    <td class="mytest"> <p>some</p><p>stuff</p><p>in</p><p>here</p> </td>
    <td class="mytest"> hiya </td>
  </tr>
</table>
</body>

-----------------

As you will note if you open this in konqueror, the first <td> looks great when you hover over it, but the second one will only change if you put your mouse over the TEXT of the <td> and not the <td> itself.

Also, I've had occasions where only the background color of the text will change...

Thanks!
Comment 1 Maksim Orlovich 2004-07-28 14:27:08 UTC
possibly related: bug #75267
Comment 2 Dan Ostrowski 2004-07-28 15:51:38 UTC
Yes.
It is the same thing, although he fails to see in that other report that even cells with text in them will not be completely rendered correctly on hover if there are bigger cells in the row. Should I close this bug and hope the other one gets fixed?
Comment 3 lexual 2004-11-26 08:06:29 UTC
Can confirm that behaviour is still incorrect in kde 3.3.1 and works
fine in mozilla 1.7.3

Unsure what to do with respect to the other bug or confirming.
Comment 4 Dominik Haumann 2005-02-16 12:49:00 UTC

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