Closed Bug 352481 Opened 18 years ago Closed 18 years ago

HTML select element problem in TD with CSS :hover pseudo-class

Categories

(Core :: Layout, defect)

1.7 Branch
x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 163503

People

(Reporter: mikk, Unassigned)

References

()

Details

User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060417
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060417

If there's a table with rows (TD) having :hover CSS pseudo-class then HTML SELECT element in these rows doesn't pop up. Its options sometimes open, but they cannot be selected because :hover starts doing his stuff and mouse movement hides them. Here's example HTML:

<html>
<head>
	<style>
	td:hover { background-color: lime; }
	</style>
</head>
<table>
<tr>
	<td>
		<select>
			<option>A</option>
			<option>B</option>
		</select>
	</td>
</tr>
</table>
</html>

Reproducible: Always

Steps to Reproduce:
1.Open this example HTML
2.Try opening select box
3.
see URL: above for testcase
WFM Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8.1b2) Gecko/20060912 SeaMonkey/1.1b

You are still using Mozilla 1.7.13, you should consider upgrading to Seamonkey.
http://www.mozilla.org/projects/seamonkey/
Mikk, are you using gtk1 or gtk2?
Assignee: general → nobody
Component: General → Layout
Product: Mozilla Application Suite → Core
QA Contact: general → layout
Version: unspecified → 1.7 Branch
WFM, SeaMonkey trunk and Firefox 2.0b2 on Linux.
Actually, now that I think of it, this is a dupe of bug 163503 either way. (That bug happens to be fixed only in gtk2, and not gtk1, though.)

*** This bug has been marked as a duplicate of 163503 ***
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.