Closed
Bug 296947
Opened 20 years ago
Closed 19 years ago
Visited links do not change color.
Categories
(Minimo Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: jbw22285, Assigned: dougt)
References
()
Details
(Keywords: css1)
In minimo 0.005, visited links do not change color as they should. The link given above (http://www.w3.org/Style/CSS/Test/CSS1/current/sec21.htm) is from the w3c CSS1 Testing Suite. One thing this test checks for is whether visited links change color. Visited links do not change color on other websites as well, such as yahoo.com, mozilla.org, news.google.com.
| Assignee | ||
Comment 1•20 years ago
|
||
there is a file in your distributation named all.js. Open it up and change this
line:
pref("browser.sessionhistory.max_entries", 0);
to
pref("browser.sessionhistory.max_entries", 5);
Does this resolve the problem?(In reply to comment #1) > Does this resolve the problem? Nope. Visited links still don't change color.
Comment 3•19 years ago
|
||
Is this problem solved? I notice only after reload do the visited links change color. The cache? I also notice sites like The Wall Street Journal work properly. I have different class settings for different sets of links like main menu and a differnt one for main content. The order is correct and I have tried "context dependant selectors" etc still doesnt work correctly but in IE it works everytime.
| Assignee | ||
Comment 4•19 years ago
|
||
wfm in the lastest nightly. Not sure what changed.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•