Closed
Bug 670147
Opened 15 years ago
Closed 15 years ago
When the cursor hovers over a link, the link "vibrates" rapidly up and down until the cursor is moved off the link
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: thee.chicago.wolf, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 5.1; rv:5.0) Gecko/20110706 Firefox/5.0 SeaMonkey/2.2
Build ID: 20110706120824
Steps to reproduce:
I attempted to click a link (http://dcs.hyundaidealer.com, BlueLink section, Owner's Guide or Service Advisor's Guide, at top-right) but when I hover my cursor over the link, the link vibrates up and down rapidly and the cursor changes from arrow to hand and back.
Actual results:
The cursor changes from arrow to hand and back in rapid succession when the cursor is placed over a specific link.
Expected results:
The cursor should go from arrow to hand and stay that way and the link should not "vibrate" rapidly.
Comment 1•15 years ago
|
||
Problem is on line 487 in
http://dcs.hyundaidealer.com/styles/global.css
#sidebar a:hover {display: block; text-decoration:none}
This changes the anchor from display inline to display block and causes a reflow.
Comment 2•15 years ago
|
||
Same problem happens in MSIE as well. This is a website coding error. Nothing to do with SeaMonkey. INVALID.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•