Closed
Bug 46971
Opened 25 years ago
Closed 25 years ago
bouncy text when hovering mouse cursor on liks
Categories
(SeaMonkey :: General, defect, P3)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: devotip, Assigned: asa)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; m17) Gecko/20000729
BuildID: 2000072904
When the mouse cursor goes over a link it is repainted in a different size
making the lower part of the page to move down and back up when moving the
cursor away from the link
Reproducible: Always
Steps to Reproduce:
1.open http://www.teleport.com/~douglas/
2.move the mouse cursor over a link on the left
3.move the cursor away from it
4.repeat 3 and 4
Actual Results: the bottom part of the page is moving when the link is highlighted
Expected Results: nothing moves
Comment 1•25 years ago
|
||
Looking at the frame's source I see the following:
<style fprolloverstyle>A:hover {color: #00FF00; font-family: Tahoma;
font-weight: bold}
</style>
One has to wonder if this is contributing to it.
Comment 2•25 years ago
|
||
I've noticed this behaviour on some pages when using Internet Explorer as well
as Mozilla. O'Reilly's "HTML: The Definitive Guide" (3rd edition, page 284,
last paragraph) warns against changing the font size/weight of elements using
the pseudo-classes (referred to as "transient display properties" in the book)
on the grounds that it causes needless redisplay activity (in those user agents
that implement it correctly).
I don't believe that this is a bug, since Mozilla is doing exactly what it was
asked to do.
| Reporter | ||
Comment 3•25 years ago
|
||
You are right. It's a bug in the page.
Comment 4•25 years ago
|
||
so should this be marked NOTABUG, WORKSFORME, or is it still a bug?
| Reporter | ||
Comment 5•25 years ago
|
||
it's not a Mozilla issue
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
Comment 7•25 years ago
|
||
ver inv
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•