After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 792368 - Half-screen maximized windows come to foreground when non-maximized window loses focus
Half-screen maximized windows come to foreground when non-maximized window lo...
Status: RESOLVED DUPLICATE of bug 788644
Product: mutter
Classification: Core
Component: general
3.26.x
Other Linux
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2018-01-09 14:20 UTC by Sergio Losilla
Modified: 2018-01-09 15:24 UTC
See Also:
GNOME target: ---
GNOME version: 3.25/3.26



Description Sergio Losilla 2018-01-09 14:20:40 UTC
Setup: three windows:
- L: maximized to left half of the screen
- R: maximized to right half of the screen
- n: non-maximized window

+----------+----------+
|          |          |
|          |          |
|    +----------+     |
|    |          |     |
|    |     n    |     |
|    |          |     |
|    +----------+     |
|          |          |
|    L     |     R    |
|          |          |
+----------+----------+

n is on focus on top of both L and R, both L and R are visible.

Action: click on L.

Expected: L has focus; half of n is visible and the other half is covered by L; R is behind.

+----------+----------+
|          |          |
|          |          |
|          |----+     |
|          |    |     |
|          | n  |     |
|          |    |     |
|          |----+     |
|          |          |
|    L     |     R    |
|          |          |
+----------+----------+

Actual: Only L and R are visible.

+----------+----------+
|          |          |
|          |          |
|          |          |
|          |          |
|          |          |
|          |          |
|          |          |
|          |          |
|    L     |     R    |
|          |          |
+----------+----------+
Comment 1 Florian Müllner 2018-01-09 15:16:51 UTC
Thanks for taking the time to report this.
This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 788644 ***
Comment 2 Sergio Losilla 2018-01-09 15:24:27 UTC
My apologies... I suspected it was already reported but it was not easy to find...