Bug 18833 - visited links do not change color until hover
Summary: visited links do not change color until hover
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 525.x (Safari 3.1)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-01 13:26 PDT by Eric Seidel (no email)
Modified: 2008-05-01 15:37 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2008-05-01 13:26:46 PDT
visited links do not change color until hover

1.  Right-click on some link and select "open in new tab"
2.  notice how the link does not change color.
3.  Hover over the link with your mouse (now it changes to the :visited color!)

I was certain there was another copy of this bug in bugzilla somewhere, but I didn't see it when searching.
Comment 1 Eric Seidel (no email) 2008-05-01 13:29:36 PDT
One option would be to do what IE does, and just mark any link as visited as soon as you click on it (and hope that that's correct).  That doesn't cover the "mark all the other links in the document which point to the same url" case, but it's better than nothing.
Comment 2 Mark Rowe (bdash) 2008-05-01 14:37:56 PDT
Eric, I'm pretty sure this has been fixed.  Can you please test in a nightly build rather than in Safari 3.1?
Comment 3 Eric Seidel (no email) 2008-05-01 15:37:27 PDT
Yup.  Looks like it works on TOT.