[Webkit-unassigned] [Bug 121889] [Windows] Attempting to scroll from a non-scrollable layer results the main document getting scrolled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 25 14:56:48 PDT 2013


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





--- Comment #4 from Roger Fong <roger_fong at apple.com>  2013-09-25 14:55:48 PST ---
I could make scrollbyrecursively calling itself on its enclosingScrollableLayer if the layer itself is not scrollable.

However, it seems the pattern here in general is that whatever calls this method is already a scrollable layer, so I will change the win port to match that for now.

I think we should consider fixing this method in the future though.
Will add a fixme.

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