Closed
Bug 6882
Opened 26 years ago
Closed 26 years ago
Links to same page don't turn "visited" on first load of page
Categories
(Core Graveyard :: RDF, defect, P3)
Core Graveyard
RDF
Tracking
(Not tracked)
VERIFIED
FIXED
M9
People
(Reporter: dbaron, Assigned: waterson)
References
()
Details
When a page is initially loaded, links to itself don't turn visited if the page
hadn't been visited before. One needs to load twice to get the "visited" links
on the above page to appear visited.
This may be more noticeable once you get visited anchors working (bug 6732).
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M9
Assignee | ||
Comment 1•26 years ago
|
||
Pages are being add to the global history too late. What is the precedent for
failure? In other words, should I add a page to the global history as soon as
someone tries to visit it (even if the link is dead, or erroneous)? Or should I
wait until we get a successfuly response from the server?
Reporter | ||
Comment 2•26 years ago
|
||
Nav 4.x turns links Visited for a 404 error, but not for a DNS failure. That
makes sense, since DNS failures may be temporary. Thus I think you should turn
visited once you get *any* response back from the server. (Perhaps not for
some HTTP responses? There are some that indicate not available temporarily or
something like that. These probably shouldn't go visited. Something to think
about...)
Reporter | ||
Comment 3•26 years ago
|
||
Right now the links to the same page (the first time the page is loaded) turn
visited once they go into and out of the hover state. Problem is seen on both:
http://www.fas.harvard.edu/~dbaron/css/test/sec051103
http://www.fas.harvard.edu/~dbaron/css/test/pseudos2
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•26 years ago
|
||
Fixed. Add document to history as soon as a load begins.
verified on
1999-08-05-08 RedHat Linux 5.2 (GNOME/enlightenment)
1999-08-05-08 WinNT 4.0 sp4
but i'm waiting on the mac build. (should be an xp fix, i know, but...)
[actually was a cross platform bug, so i'm updating this for the record]
Updated•6 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•