[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
Sat Apr 28 06:36:17 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=84306





--- Comment #22 from Yael <yael.aharon at nokia.com>  2012-04-28 06:36:17 PST ---
Setting the adjustment in updatePaintNode is causing problems.

visibleContentsRect is not being updated during pinch zoom, so I cannot use it to calculate the adjustment during pinch zoom without hacking something. I need to either know that we are in the process of pinching, or do a lot of re-calculations in updatePaintNode.

Setting the adjustment in _q_contentViewportChanged does not require such hacks, because the adjustment does not change during pinch zoom.

Noam, Jocelyn, is it really important that we do it in updatePaintNode, and hack around the pinch issue?

-- 
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