Bug 73577 - [GTK] scrollbars interfering with fullscreen (in-window) video rendering
Summary: [GTK] scrollbars interfering with fullscreen (in-window) video rendering
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: http://tiny.cc/wkmedia
Keywords:
Depends on:
Blocks: 66968
  Show dependency treegraph
 
Reported: 2011-12-01 11:23 PST by Philippe Normand
Modified: 2011-12-02 01:19 PST (History)
0 users

See Also:


Attachments
Disable scrollbars when switching to fullscreen (6.32 KB, patch)
2011-12-01 12:50 PST, Philippe Normand
mrobinson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Normand 2011-12-01 11:23:23 PST
Enabling the fullscreen API and activating fullscreen display on the linked page shows scrollbars flickering with the video display. They need to be neutralized by the ChromeClieng GtkAdjustmentWatcher in that case.
Comment 1 Philippe Normand 2011-12-01 12:50:19 PST
Created attachment 117463 [details]
Disable scrollbars when switching to fullscreen
Comment 2 Martin Robinson 2011-12-01 13:27:52 PST
Comment on attachment 117463 [details]
Disable scrollbars when switching to fullscreen

View in context: https://bugs.webkit.org/attachment.cgi?id=117463&action=review

Okay!

> Source/WebKit/gtk/WebCoreSupport/GtkAdjustmentWatcher.cpp:55
> +

Extra line here?
Comment 3 Philippe Normand 2011-12-02 01:19:09 PST
Committed r101765: <http://trac.webkit.org/changeset/101765>