Closed
Bug 3423
Opened 26 years ago
Closed 26 years ago
Links with BR tags in them give bad visual feedback when clicked
Categories
(Core :: DOM: HTML Parser, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: cpratt, Assigned: peterl-retired)
References
()
Details
Here's the sample code:
<a
href="http://rd.yahoo.com/M=25626.312194.2052101.31281/D=yahoo/P=m252ss84110b/S=
2716149:NE/A=135327/R=0/*https://www.catalog.att.com/ssl-cgi/portals/portalwrapp
er.cgi?bannerid=AYZ8&portal=yahoo9"><b> International<br>Low Rate</b></a>
When you click on the Low Rate part of this link, only the color for the word
International is changed to show you that you're clicking on this link. The
entire link should change color both before & after the BR tag.
Updated•26 years ago
|
QA Contact: 3847 → 4141
Peter -- this is a legit bug, but I'm not sure it's yours.
The problem is that the anchor tag is split by a <BR>, and when you click on the
link, only the top 1/2 of the text highlights.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•