Closed Bug 191008 Opened 23 years ago Closed 23 years ago

with css A:HOVER text moves

Categories

(Core :: Layout, defect)

x86
All
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 144894

People

(Reporter: ramunas, Unassigned)

References

()

Details

User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3a) Gecko/20021212 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3a) Gecko/20021212 When I move mouse over link, all _other_ text in document moves. I would like to see _only_ moving link, but not _other_ text. Reproducible: Always Steps to Reproduce:
2003012805 trunk Linux: Nothing moves when i mouse over the links. WFM.
No, it moves when you move mouse over the table from one link to another.
If I'm not mistaken, this was happening because the borders are increasing the height of the line, which they shouldn't be doing; borders, padding, and margins do not affect the height of lines under CSS2. I saw the same thing happen in 20021120. However, it only appears to happen in older builds; tests with 2003010903/Mac amd 2003011213/Mac showed no changes in line height. From where I sit, this one looks to be INVALID.
this got fixed sometime between linux trunk builds 2002121812 and 2002121908, probably bug 172896. marking WORKSFORME. please reopen if you can reproduce it with a fresh nightly build. *** This bug has been marked as a duplicate of 155333 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
argh. that'll learn me to pay attention (either that, or get some sleep now and then)
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
really marking WORKSFORME this time.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago23 years ago
Resolution: --- → WORKSFORME
Reopening to mark duplicate of the right bug, since I agree with your assessment.
Status: RESOLVED → UNCONFIRMED
Resolution: WORKSFORME → ---
*** This bug has been marked as a duplicate of 144894 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago23 years ago
Resolution: --- → DUPLICATE
This bug affects not only table. I changed CSS from this one A:HOVER { border : 1px solid Silver; margin : -1px; } to A:HOVER { margin : -1px; } at http://uosis.mif.vu.lt/~ralu0392/test.html and now table height is OK, but text is moving from right to left and back.
Ramûnas: I don't know that Mozilla's behavior with the new testcase is wrong (bug 144894 was specifically that padding should not affect the vertical height)... if you really think it is a bug, you can file a new bug.
You need to log in before you can comment on or make changes to this bug.