RESOLVED FIXED 29911
Odd color transitions on anchors with transition-property: all
https://bugs.webkit.org/show_bug.cgi?id=29911
Summary Odd color transitions on anchors with transition-property: all
Simon Fraser (smfr)
Reported 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.
Attachments
Testcase (686 bytes, text/html)
2009-09-29 20:45 PDT, Simon Fraser (smfr)
no flags
Patch (4.77 KB, patch)
2009-09-30 17:27 PDT, Simon Fraser (smfr)
hyatt: review+
Simon Fraser (smfr)
Comment 1 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.
Simon Fraser (smfr)
Comment 2 2009-09-30 17:27:06 PDT
Dave Hyatt
Comment 3 2009-10-01 10:15:54 PDT
Comment on attachment 40409 [details] Patch r=me
Simon Fraser (smfr)
Comment 4 2009-10-01 10:29:49 PDT
Note You need to log in before you can comment on or make changes to this bug.