Closed
Bug 59304
Opened 25 years ago
Closed 25 years ago
Visited redirect links don't change color!
Categories
(Core :: DOM: Navigation, defect, P3)
Core
DOM: Navigation
Tracking
()
People
(Reporter: sujay, Assigned: radha)
References
()
Details
(Keywords: regression, testcase, top100, Whiteboard: [rtm-])
This is Browser 101 here....
using 11/6 branch build of netscape
1) launch netscape
2) jump to any page with links
3) click on any link on that page
4) no go Back and notice that the visited link doesn't change color!
all platforms.
changing component to Layout
this bug could be related to bug 58534
Component: Browser-General → Layout
Comment 2•25 years ago
|
||
i'm seeing this using today's linux comm branch bits, 2000.11.06.09-n6 [so also
confirming what sujay sees].
I just tried this in the 2000-11-06-00 Win32 build and the link changes color
for me when I go Back. I have never changed any settings in my prefs for link
colors.
Pls try a new profile.
Comment 6•25 years ago
|
||
Worksforme on both trunk and branch builds from 11/1, default moz profile.
Comment 7•25 years ago
|
||
Worksforme - windows 2000, 110600mn6
Works for me: Windows 98 SE, Mozilla/5.0 (Windows; U; Win98; en-US; m18)
Gecko/20001106 Netscape6/6.0
Comment 9•25 years ago
|
||
For me, on a simple test page '<a href="foo">bar</a>' will always change color.
But it, in general, is not changing color at netscape.com, and curiously
starts changing color after using www.yahoo.com for awhile (but never the
top-level page). Yahoo is a very vanilla HTML page, no CSS at all.
Ian/Marc, there was some work being done on the :link and :visited and user
preferences -- what should I expect to see?
Comment 10•25 years ago
|
||
yeah, after a bit more persistant digging at yahoo, i'm now seeing the visited
link color appear --it can be seen in the 'breadcrumb' links near the top of the
pages, eg Home > Arts > Design Arts > Architecture... tested this out with a new
profile, a migrated one, and an old one [linux, tho', comm branch].
Comment 12•25 years ago
|
||
One specific case where we are not getting :visited coloration (and likely why
this is hit and miss at top100 sites), is that a link which points to a
redirect (e.g., Location: /somewhere/else) will not be marked as visited,
possibly since this is skipped out of session history.
Example page at http://jrgm.mcom.com/adhoc/list-of-redirects.html
Comment 13•25 years ago
|
||
Um, when did 3 out of 7 testers become "not reproducible enough"? :-]
But, I just tried a Sep15 Mozilla build, and it shows this behaviour too, so
we've been living with it for a long time ...
Reporter | ||
Comment 14•25 years ago
|
||
I'm baffled.
it works for me on this site: http://www.news.com
but still not working for me at http://www.yahoo.com
Comment 15•25 years ago
|
||
Ok, confirmed on www.yahoo.com with the main directory structure.
Possibly related: Bug 29080 "Visited links @ Deja.com don't change color"
Comment 16•25 years ago
|
||
yahoo uses redirects. Updating summary.
setting url to jrgm's testcase
marking top100 for yahoo [i presume it's top100]
sending to history
Given this triage I think it's probably a dupe, but not of Bug 29080.
Assignee: rickg → radha
Component: Layout → History
QA Contact: doronr → claudius
Summary: Visited links don't change color! → Visited redirect links don't change color!
Comment 17•25 years ago
|
||
Marking duplicate of bug 41973 "Redirected links are not marked Visited" then.
The URL in that bug is already http://www.yahoo.com ...
*** This bug has been marked as a duplicate of 41973 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Component: History: Session → Document Navigation
QA Contact: claudius → docshell
You need to log in
before you can comment on or make changes to this bug.
Description
•