Bug 119524 - Changing text color and left at the same time will not change the color (under graphics acceleration)
Summary: Changing text color and left at the same time will not change the color (und...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-06 11:02 PDT by Jonathan Deutsch
Modified: 2016-01-31 22:41 PST (History)
2 users (show)

See Also:


Attachments
Reproduction of the bug (1.81 KB, text/html)
2013-08-06 11:02 PDT, Jonathan Deutsch
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Deutsch 2013-08-06 11:02:45 PDT
Created attachment 208204 [details]
Reproduction of the bug

Basically the same thing as:
https://bugs.webkit.org/show_bug.cgi?id=101252

It looks like the problem applies to text color as well, which was not fixed in the patch for that bug.

Summary:
Changing text color and left at the same time will not change the text color (under graphics acceleration).

Steps to Reproduce:
1. Open attached TextColorBug.html

Expected Results:
All the boxes slowly change text color.

Actual Results:
Only the boxes not moving or not using "-webkit-transform:rotateY(0deg)" actually change color.

Regression:
Has happened for a while, not new to 6.1/7.0, but still bad.

Notes:
Behavior in Chrome 28: reproduces
Behavior in Firefox 22 (if applicable): Does not occur

Chromium bug:
http://code.google.com/p/chromium/issues/detail?id=159253

This affects customers using Tumult Hype (http://tumult.com/hype).
Comment 1 Simon Fraser (smfr) 2016-01-31 22:41:46 PST
I feel like we have another bug about this.