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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 18 11:24:41 PST 2010


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


Yael <yael.aharon at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yael.aharon at nokia.com




--- Comment #5 from Yael <yael.aharon at nokia.com>  2010-11-18 11:24:41 PST ---
(In reply to comment #4)
> 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.

>From my experience with Spatial Navigation, I agree with you, Bengamin. 
(1) Seem to be a better approach, because with (2), we sometime get premature scrolling of the parent container.

Joe left Nokia, so I doubt that he will continue working on this bug :-)

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