Bug 29911 - Odd color transitions on anchors with transition-property: all
Summary: Odd color transitions on anchors with transition-property: all
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Simon Fraser (smfr)
URL: http://snook.ca/archives/design/minimal
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-29 20:45 PDT by Simon Fraser (smfr)
Modified: 2009-10-01 10:29 PDT (History)
1 user (show)

See Also:


Attachments
Testcase (686 bytes, text/html)
2009-09-29 20:45 PDT, Simon Fraser (smfr)
no flags Details
Patch (4.77 KB, patch)
2009-09-30 17:27 PDT, Simon Fraser (smfr)
hyatt: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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