Bug 37455 - REGRESSION: :visited doesn't work when used with multiple classes/ids
Summary: REGRESSION: :visited doesn't work when used with multiple classes/ids
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-12 10:57 PDT by Dave Hyatt
Modified: 2010-04-12 11:43 PDT (History)
0 users

See Also:


Attachments
Patch (4.32 KB, patch)
2010-04-12 10:59 PDT, Dave Hyatt
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Hyatt 2010-04-12 10:57:31 PDT
<rdar://problem/7849485> REGRESSION (r57292): Visited links on reddit.com lose their color after reloading the page

4/10/10 5:21 AM Mark Rowe:
* SUMMARY
While reading the intarwebs this evening I've noticed that visited links on reddit.com lose their purple coloring after reloading the page.

* STEPS TO REPRODUCE
1. Log in to a reddit account.
2. Command-click a link on reddit.com.  Observe the link turning purple.
3. Reload the reddit.com page.

* RESULTS
The link turns blue when the page reloads.

* REGRESSION
This didn't happen in r57282, but I'm seeing it with r57404.

* NOTES
r57299 seems like a likely cause for this.  It claims to be updating some of our behavior to match Firefox, but this behavior does not reproduce in Firefox.

This bug does not appear to reproduce if you're not logged in to a reddit account.
Comment 1 Dave Hyatt 2010-04-12 10:59:55 PDT
Created attachment 53177 [details]
Patch
Comment 2 Sam Weinig 2010-04-12 11:33:57 PDT
Comment on attachment 53177 [details]
Patch

This may need some skip list love. Please check before landing.
Comment 3 Dave Hyatt 2010-04-12 11:43:13 PDT
Fixed in r57476.