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)
Tracking
()
VERIFIED
FIXED
M4
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.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Component: Unknown → Event Handling
Comment 1•26 years ago
|
||
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.‰
Comment 2•26 years ago
|
||
One last comment... support for the CSS2 pseudo-classes :hover and :focus would
be nice.‰
Comment 4•26 years ago
|
||
Test case for dynamic pseudo-classes:
http://www.fas.harvard.edu/~dbaron/csstest/sec051103.html
Comment 5•26 years ago
|
||
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 re-assigned according to the product areas we're currently working
on.
Assignee | ||
Updated•26 years ago
|
Assignee: joki → peterl
Status: ASSIGNED → NEW
Assignee | ||
Comment 7•26 years ago
|
||
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?
Updated•26 years ago
|
Assignee: peterl → joki
Comment 8•26 years ago
|
||
The multiple line issue is fixed (among others). Back to you Tom. :Active still
never turns off BTW (style never gets notified).
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 9•26 years ago
|
||
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.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 10•25 years ago
|
||
Marking verified. Visited links don't work, but this is covered in bug #3437.
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•