[Webkit-unassigned] [Bug 82163] Scrollable plugins not registered properly in ScrollingCoordinator

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 26 10:13:14 PDT 2012


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


James Robinson <jamesr at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[chromium] PDF plugin not   |Scrollable plugins not
                   |preventing thread-side      |registered properly in
                   |scrolling                   |ScrollingCoordinator
                 CC|                            |andersca at apple.com,
                   |                            |tonikitoo at webkit.org




--- Comment #1 from James Robinson <jamesr at chromium.org>  2012-03-26 10:13:14 PST ---
Plugins are PluginViewBases, which are Widgets and thus scroll, but they aren't WebCore::ScrollableAreas so the computeNonFastScrollableRegion() test in ScrollingCoordinator ignores them.

The fix is to check for scrollable plugins when iterating over Widgets.

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