Bug 29911

Summary: Odd color transitions on anchors with transition-property: all
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Layout and RenderingAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: cmarrin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
URL: http://snook.ca/archives/design/minimal
Attachments:
Description Flags
Testcase
none
Patch hyatt: review+

Description Simon Fraser (smfr) 2009-09-29 20:45:26 PDT
Created attachment 40341 [details]
Testcase

When you hover over the links at the bottom of http://snook.ca/archives/design/minimal, the <strong> elements show an odd color transition where they transition to black, even though the target color is green.
Comment 1 Simon Fraser (smfr) 2009-09-30 13:44:59 PDT
What's happening is that the -webkit-text-fill-color is also animating because of the "maybe invalid color" logic.
Comment 2 Simon Fraser (smfr) 2009-09-30 17:27:06 PDT
Created attachment 40409 [details]
Patch
Comment 3 Dave Hyatt 2009-10-01 10:15:54 PDT
Comment on attachment 40409 [details]
Patch

r=me
Comment 4 Simon Fraser (smfr) 2009-10-01 10:29:49 PDT
http://trac.webkit.org/changeset/48982