Closed Bug 145412 Opened 22 years ago Closed 22 years ago

Text between two IMG, floated left, is re-appended to document on ':hover'

Categories

(Core :: Layout, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 145224

People

(Reporter: jrgmorrison, Assigned: attinasi)

References

()

Details

Attachments

(1 file)

On http://classifieds.bayarea.com/bay/home/real_estate/rentals, when
you hover over the text "Advanced Search" another instance of the text
"Advanced Search" will appear in the page.

This does not occur on the branch, and did not occur in trunk mozilla
2002-05-10-08-trunk on win2k, so this is a recent change.

Simplified test case is:

<html>
<head>
<style>
  a:hover   { color:#cc0000; text-decoration:underline; }
  /* actually, 'a:hover {}' is sufficent to trigger the content appends */
</style>
</head>
<body>

<p>
  Each time that ':hover' is activated or deactivated (mouseover|mouseout),
  another bit of text "Advanced Search" will be added to what is initially
  shown below. Note that the two images below must be floated left for this
  bug to take affect.
</p>

<img src="http://www.mozilla.org/newlayout/l.gif"
     align="left" width="10" height="10">

<a href="whatever">Advanced Search</a>

<img src="http://www.mozilla.org/newlayout/l.gif"
     align="left" width="10" height="10">

</body>
</html>
Keywords: nsbeta1
Summary: Text between two IMG, floated left, is re-appended to docment on ':hover' → Text between two IMG, floated left, is re-appended to document on ':hover'

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

Attachment

General

Creator:
Created:
Updated:
Size: