Closed
Bug 29724
Opened 25 years ago
Closed 25 years ago
Mouseover href causes links to be duplicated and mozilla to reflow.
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: ezh, Assigned: pierre)
References
()
Details
(Keywords: testcase)
Attachments
(2 files)
1. Load the page.
2. Move your mouse over links in 1st and 2nd column.
3. Those links doble or tripple, all other moves right.
4. It's very funny. :)
Comment 1•25 years ago
|
||
This looks like a bug I filed a while back that dissappeared: bug 20399
basically mousing over the hrefs causes new duplicated hrefs to appear. I'm
using winNT M14 release build 2000022820.
Component: Browser-General → Layout
Keywords: makingtest
Comment 2•25 years ago
|
||
Comment 3•25 years ago
|
||
I'm attaching a new testcase - as i noticed the previous was bad HTML.
the new one looks like this:
<span>
<table><tr><td>
<span>test</span>
</td></tr></table>
<span>
<img src="anything"><a href="">new</a>
</span>
</span>
Keywords: makingtest → testcase
Comment 4•25 years ago
|
||
Updated•25 years ago
|
Summary: Don't know how to explane. But look at this - very funny... :) → Mouseover href causes links to be duplicated and mozilla to reflow.
Comment 5•25 years ago
|
||
reassigning to component owner
Assignee: cbegle → troy
QA Contact: asadotzler → petersen
Changing component to Style System for what seems line an unnecessary reflow
when mousing over a link
Assignee: troy → pierre
Component: Layout → Style System
QA Contact: petersen → chrisd
Comment 7•25 years ago
|
||
Assigning to Waqar: 1/3 of Pierre's NEW bugs to help reduce his doomage factor
Assignee: pierre → waqar
Assignee | ||
Comment 8•25 years ago
|
||
Reassigned back to me these bugs that shouldn't have left my list.
Assignee: waqar → pierre
Comment 10•25 years ago
|
||
*** This bug has been marked as a duplicate of 29459 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 11•25 years ago
|
||
Reopening: this bug doesn't describe just a reflow on mouseover. The links get
duplicated too. I haven't seen that case in the other bug reports.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Assignee | ||
Updated•25 years ago
|
Status: REOPENED → ASSIGNED
Comment 12•25 years ago
|
||
This isn't happening anymore on winNT build 200031708. Looks like someone fixed
it. I noticed that slashdot was doing something similar just 2 days ago - that
probably got this problem noticed and fixed.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
Comment 13•24 years ago
|
||
*** Bug 34967 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•