[Webkit-unassigned] [Bug 40569] [Qt] qtwebkit_webframe_scrollRecursively is private

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 18 09:43:59 PST 2010


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


Benjamin Poulain <benjamin.poulain at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P2




--- Comment #4 from Benjamin Poulain <benjamin.poulain at nokia.com>  2010-11-18 09:43:59 PST ---
Thinking about it, two behaviors are possible regarding to the scroll distance.

Let's say we scroll 100px on a div with overflow, where the scroll span left is 40px:
1) scroll 40px and ignore the 60px left from the call
2) scroll 40px on the div, and then 60px on the parent frame

In my opinion, (1) is the correct for touch inteface with inner scrolling. I can see (2) being useful when scrolling programatically.

I lower the priority of this task since there are more urgent thing to do and Joseph does not seem to follow up on this problem.

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