Bug 139318 - [GTK]Scrolling lag
Summary: [GTK]Scrolling lag
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P3 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-05 14:45 PST by M
Modified: 2020-12-22 06:56 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description M 2014-12-05 14:45:46 PST
With Ubuntu 14.10 64-bit (Intel® 965GM) there seems to be scrolling lag in WebKitGtk library (libwebkit2gtk-3.0-25 version: 2.4.6-1ubuntu1) in website play.google.com/music
I tested it in WebKit2Gtk MiniBrowser:
/usr/lib/x86_64-linux-gnu/webkit2gtk-3.0/libexec/MiniBrowser http://play.google.com/music

With Ubuntu 14.04 64-bit(ATI HD3850) (libwebkit2gtk-3.0-25 version: 2.4.4-1ubuntu1) scrolling this website is okey.
Comment 1 Jiří Janoušek 2014-12-05 23:29:55 PST
I'm very interested in this issue because it affects my WebKitGtk-based application Nuvola Player that runs Google Play Music website to integrate the web app with desktop environments.

However, I cannot reproduce it on any of my devel machines, but M can :-) I've only noticed that the Google Play Music website doesn't load with the experimental VirtualBox 3D-capable driver, but loads fine once the VirtualBox 3D support is disabled.

Can be the M's lag issue GPU related? What steps should M take to provide you with more useful information? Thank you :-)
Comment 2 Jiří Janoušek 2014-12-13 00:29:39 PST
Setting LIBGL_DRI3_DISABLE=1 to disable DRI3 can be used as a workaround for now.