Bug 69219 - XWayland fullscreen window input region not correct
Summary: XWayland fullscreen window input region not correct
Status: RESOLVED FIXED
Alias: None
Product: Wayland
Classification: Unclassified
Component: weston (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Wayland bug list
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-11 11:15 UTC by Axel Davy
Modified: 2013-10-31 06:46 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Axel Davy 2013-09-11 11:15:04 UTC
I was trying vlc on XWayland to read a video.

I open the video, vlc resizes. Input region is ok.

I then choose to fullscreen vlc, but only the old input region is active: To leave fullscreen I cannot double-click everywhere on the screen, I have a limited region for that.

When I say 'only the old input region is active', I have to add that I speak of X input region: It looks like Weston gives everywhere the inputs to X, but that X doesn't redirect correctly the input to the application.
Comment 1 Kristian Høgsberg 2013-10-31 06:46:57 UTC
Should be fixed by

commit 1d75c7d3a2826163494260593eb67cb4219ede2a
Author: Kristian Høgsberg <krh@bitplanet.net>
Date:   Wed Oct 30 23:46:08 2013 -0700

    xwm: Set input region for fullscreen surfaces correctly
    
    The logic here broke at some point so that we would only update the
    input region for non-fullscreen windows.  Thus, a fullscreen window would
    be stuck with whatever size the most recent non-fullscreen size was.
    
    https://bugs.freedesktop.org/show_bug.cgi?id=69219


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.