Bug 59197 - scrolling page without scrollbars not working when built with gtk3
Summary: scrolling page without scrollbars not working when built with gtk3
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-22 06:21 PDT by David Keijser
Modified: 2017-03-11 10:54 PST (History)
2 users (show)

See Also:


Attachments
modified gtklauncher (10.05 KB, application/octet-stream)
2011-04-22 06:21 PDT, David Keijser
no flags Details
textview demo (1.26 KB, application/octet-stream)
2011-04-22 06:23 PDT, David Keijser
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Keijser 2011-04-22 06:21:41 PDT
Created attachment 90700 [details]
modified gtklauncher

With gtk2 you could scroll the page even when scrollbars was disabled, but not with gtk+-3.0

scrolling other gtkwidgets (such as textview) this way works with both gtk2 and gtk3, therefore I'm assuming this to be a webkit-gtk bug rather than a gtk+ bug. Attaching a modified gtklauncher that shows this behaviour and a small example doing about the same thing but with a textview.
Comment 1 David Keijser 2011-04-22 06:23:04 PDT
Created attachment 90701 [details]
textview demo