[Webkit-unassigned] [Bug 38418] [Qt] REGRESSION: fixed elements don't behave correctly when composited (AC)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 3 18:09:57 PDT 2010


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





--- Comment #7 from Noam Rosenthal <noam.rosenthal at nokia.com>  2010-05-03 18:09:57 PST ---
I researched further: this has to be platform specific, as other platforms
might choose to implement scrolling in an async way. scrollPoitionChanged()
should be called after the async scroll operation actually took place. In Qt we
do sync scrolling, so it happens that we can call scrollPositionChanged()
directly - but that behavior is platform specific.
Therefore, I can't think of a differrent/more appropriate way to do this than
ChromeClientQt :)

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