[Webkit-unassigned] [Bug 137511] Flickering bug of a translate animation when used with percentage value and webkit-transition-duration
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Oct 7 22:52:37 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=137511
--- Comment #1 from June Geol Kim <cory.kim at navercorp.com> 2014-10-07 22:52:34 PST ---
Created an attachment (id=239456)
--> (https://bugs.webkit.org/attachment.cgi?id=239456&action=review)
Patch : the cause of this bug is an overflow when converting from float to integer.
I found that the cause of this bug is an overflow when converting from float to integer.
The GraphicsLayerAnimation's boxSize is encoded to FloatSize but is decoded to IntSize In the CoordinatedGraphics' ArgumentCoder.
As a result, it is translated to the unexpected position and might be seen like flickering.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list