Bug 56296 - [bug] Move after maximize then resize weird behavior
Summary: [bug] Move after maximize then resize weird behavior
Status: VERIFIED 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: 2012-10-22 21:03 UTC by Brian Lovin
Modified: 2013-03-21 19:36 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Example video (508.74 KB, text/plain)
2012-10-22 21:03 UTC, Brian Lovin
Details

Description Brian Lovin 2012-10-22 21:03:22 UTC
Created attachment 68926 [details]
Example video

System Environment:
--------------------------
Distro: Ubuntu 12.04
Arch: x86_64
cairo master db488a1703d4ef3bcbd54138b51c01600a2f4d3a
dri2proto master 4eeacce4c4a300b938b7e3fb78a8e443c491780b
drm master 844d75e5a0b3b8f3466a24256955e886275fb298
glproto master ec1eec4355ee4a6c5134f2178192f10b6d28a87a
kbproto master 391a1f6de6315fc0196d407d800597488315cccb
libX11 master d45b3fc19fbe95c41afc4e51d768df6d42332010
libxkbcommon master 3477d9e4480f4f2607d371345cc1c09bb8a35c78
macros master 0890e4003aacfa7113ab3f4e3ad7c5636f8e922a
mesa master df3721fd2e10ef27ce12a0c1025c9770137fa8f7
pixman master 2e17b6dd4ee7c32684fb7ffc70d3ad3ebf7cb2ef
wayland master 0371668dcca5aa29c0fc4b59b974e40bcf073563
weston master 4e07236e8702ff22e2398214a15f7d1e7561caf6

Detailed Description:
-----------------------------
Run a weston client, maximize window by clicking middle button in window frame. Then move the window and resize then window. Observe how the window "snaps back" to it's old position - this is odd and inconcsistent with any other window manager.

Steps to Reproduce:
----------------------------
1. start weston under X11 or DRM mode
2. ./weston-terminal (or other client)
3. Maximize window, move window, resize window and observe bug.
Comment 1 Kristian Høgsberg 2013-02-14 21:32:23 UTC
commit e994eddafc18e2bc928f57b25c23e53cb59e96af
Author: Kristian Høgsberg <krh@bitplanet.net>
Date:   Thu Feb 14 16:31:42 2013 -0500

    window.c: Don't allow moving a maximized window
    
    Ideally the shell would send an unmaximize event to the client when
    we try to move a maximized window, but for now, let's just prevent
    moving maximized windows.
    
    https://bugs.freedesktop.org/show_bug.cgi?id=56296
Comment 2 Brian Lovin 2013-03-21 19:36:23 UTC
The fix works, odd behavior no longer seen.

Closing as verified.


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.