[Webkit-unassigned] [Bug 84306] [Qt][WK2] Fixed layers are shaking when zoom level is not 1.0 due to a rounding error.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Apr 26 07:54:03 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=84306
Yael <yael.aharon at nokia.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jocelyn.turcotte at nokia.com,
| |noam.rosenthal at nokia.com
--- Comment #2 from Yael <yael.aharon at nokia.com> 2012-04-26 07:54:03 PST ---
There are 2 issues here:
1. When we zoom, the width and height of visibleContentsRect are not constant, and can change if we cross the integer boundaries.
2. The parent transform that is calculated in TextureMapperLayer::computeTransformsRecursive has a rounding error.
I have a patch that needs some cleanup. I will upload it once it is ready.
--
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