Bug 37455

Summary: REGRESSION: :visited doesn't work when used with multiple classes/ids
Product: WebKit Reporter: Dave Hyatt <hyatt>
Component: CSSAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch sam: review+

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.