Bug 73577

Summary: [GTK] scrollbars interfering with fullscreen (in-window) video rendering
Product: WebKit Reporter: Philippe Normand <pnormand>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
URL: http://tiny.cc/wkmedia
Bug Depends on:    
Bug Blocks: 66968    
Attachments:
Description Flags
Disable scrollbars when switching to fullscreen mrobinson: review+

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>