Closed
Bug 85012
Opened 23 years ago
Closed 23 years ago
Each time the mouse is moved over a link a new line is added below it
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: giannici, Assigned: karnaze)
References
()
Details
(Keywords: helpwanted)
Attachments
(1 file)
299 bytes,
text/html
|
Details |
Every time the mouse is moved over a link or out of it, then a couple of blank
lines are added just below the link itself.
The bug happens for the links in the central part of the page I entered in the
above "URL:" field. I don't use Mozilla very much, so I dont know if this bug
happens somewere else...
Comment 1•23 years ago
|
||
The page doesn't execute any DOM code when mousing over the links on the page,
reassigning to layout for futher investigation. A simplified testcase would be
really nice to have. Marking helpwanted.
Assignee: jst → karnaze
Status: UNCONFIRMED → NEW
Component: DOM Style → Layout
Ever confirmed: true
Keywords: helpwanted
QA Contact: ian → petersen
Comment 2•23 years ago
|
||
Comment 3•23 years ago
|
||
The attached testcase shows the problem. The table is kept to show that a
newline is actually added, but is not necessary to reproduce the problem.
Removing the <a> fixes the problem.
The real problem is this:
br:before {
content: "\a";
}
and if you put a br inside the link, it will add a new line.
Not sure whether this is a style system or a layout issue.
/me wishes glazou was available.
Comment 6•23 years ago
|
||
Agreed. Reporter if you disagree, please reopen this bug, thanks.
*** This bug has been marked as a duplicate of 71979 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•