Closed Bug 125677 Opened 23 years ago Closed 23 years ago

hover effect breaks the page appearance

Categories

(Core :: Layout, defect)

x86
Windows NT
defect
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 118052

People

(Reporter: asensi2, Assigned: attinasi)

References

()

Details

From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9.8) Gecko/20020204
BuildID:    2002020406

The hover effect breaks the appearance of some frames.

You go to http://www.aefj.es and you see everything ok. Now you pass the mouse over one of the links of the left frame, then a white ugly zone appears. 

Also if you pass the mouse over the "Últimas Actualizaciones" button on the upper-right part of the page you see some similar disaster.

None of this happens with the Internet Exploter. If you reload the page it gets restored.

Reproducible: Always
Steps to Reproduce:
1. go to http://www.aefj.es 
2. pass the mouse over one of the links of the left frame, then a white ugly zone appears. 
3. pass the mouse over the "Últimas Actualizaciones" button on the upper-right part of the page, you'll see some similar disaster

This does not happen with the Internet Exploter.

Expected Results:  White ugly zones should not appear in Mozilla
Changing QA contact
QA Contact: petersen → moied
Summary: hover effect breaks the page appearance → hover effect breaks the page appearance
Reduced testcase. Main HTML file:

<html>
<frameset cols="300,*" rows="*" >
<frame src="frame01.htm" scrolling="no"  frameborder="no">
</frameset>
</html>

File frame01.htm:

<html><head>
<style>
a{ text-decoration:none; color: #FFFFFF}
a:hover { font-family: Verdana; color: #FFCC99}
</style></head>
<body bgcolor="#777777">
<table width="160" height="228">
<tbody> <tr valign="top"> 
<td> <a href="http://bugzilla.mozilla.org/show_bug.cgi?id=125677">Bug
125677</a></td>
</tr>
</tbody></table>
</body></html>

Shows the bug on Linux 2002021513, upon hovering the colored background is only
applied to the table, not to the entire frame.

The bug seems to depend on:
- The table must be in a frame with scrolling="no"
- The font-family in style "a:hover" must be different than in "a".

*** This bug has been marked as a duplicate of 118052 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
verified dup of 118052

Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.