| Summary: | hovering over a td with hover defined only works over text | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Dan Ostrowski <dan> |
| Component: | khtml | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 3.2.1 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
possibly related: bug #75267 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? 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. |
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!