Closed Bug 577 Opened 26 years ago Closed 26 years ago

Clicking on a link doesn't make it "ACTIVE"

Categories

(Core :: DOM: UI Events & Focus Handling, defect, P2)

x86
Windows 95
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: angus, Assigned: joki)

References

()

Details

When you mousedown on a link, the link should become "active" see sample html:

<style type="text/css">
A { color: blue; }
A:ACTIVE { color: orange; }
</style>
<body>
<a href="http://www.netscape.com/">Netscape Netcenter</a>
</body>

Not sure if this is events (joki) stuff or style (peterl) stuff.

------- Additional Comments From joki  08/02/98 01:31 -------

Well the color it changes is style stuff but that actual changing is mine so I
own this one.
Status: NEW → ASSIGNED
Component: Unknown → Event Handling
An additional related comment (partly since I want all CSS1 failings to be in
Bugzilla):  although I wouldn't expect the NGLayout viewer to support A:visited
(because it doesn't keep a history), the facility should be there for when the
viewer is incorporated into the regular browser.&#137;
One last comment... support for the CSS2 pseudo-classes :hover and :focus would
be nice.&#137;
Setting all current Open/Normal to M4.
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
QA Contact: 4015 → 3847
QA contact re-assigned according to the product areas we're currently working
on.
Assignee: joki → peterl
Status: ASSIGNED → NEW
Actually, this is mostly fixed now.  I've noticed at least one bug, though, if
a link spans multiple lines, only the first is made active.  That and it
doesn't become inactive but I'll have the fix in for that shortly.  Peter, can
you take a look at the rest and see if you need to do more with the style
update?
Assignee: peterl → joki
The multiple line issue is fixed (among others). Back to you Tom. :Active still
never turns off BTW (style never gets notified).
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Yeah I have the fix for the deactivating stuff in my tree, probably going in
this weekend.  I have another bug for it though (3437) so I'm closing this one.
Status: RESOLVED → VERIFIED
Marking verified.  Visited links don't work, but this is covered in bug #3437.
Component: Event Handling → User events and focus handling
You need to log in before you can comment on or make changes to this bug.