[regression] Maximized window gets unredirected when it's not fullscreen
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Compiz |
Fix Released
|
High
|
Daniel van Vugt | ||
Compiz Core |
Fix Released
|
High
|
Daniel van Vugt | ||
compiz (Ubuntu) |
Fix Released
|
High
|
Unassigned | ||
Precise |
Fix Released
|
High
|
Unassigned |
Bug Description
[Test Case]
1. Maximize a Thunderbird window.
2. Use it, right click on it, switch workspaces several times.
-> Make sure that eventually, the Thunderbird window (or some other invisible window) does not get unredirected. Clicking on the panel or launcher should work correctly.
[Regression Potential]
Unredirect fullscreen windows not working in certain cases.
Original description:
Using the latest lp:compiz and lp:unity...
1. Maximize a Thunderbird window.
2. Use it, right click on it, switch workspaces several times.
3. Eventually, the Thunderbird window (or some other invisible window) gets unredirected. After that, clicking on the Unity panel/launcher has no effect.
The mysterious window gets redirected and Unity comes back to life if you open a new window on top. e.g. Ctrl+Alt+T.
Related branches
- Sam Spilsbury: Approve
- jenkins (community): Approve (continuous-integration)
-
Diff: 54 lines (+13/-4)3 files modifiedplugins/opengl/src/fsregion/fsregion.cpp (+3/-3)
plugins/opengl/src/fsregion/fsregion.h (+0/-1)
plugins/opengl/src/fsregion/tests/test-fsregion.cpp (+10/-0)
- Daniel van Vugt: Approve
- Sam Spilsbury: Approve
-
Diff: 579 lines (+445/-18)8 files modifiedplugins/opengl/CMakeLists.txt (+4/-2)
plugins/opengl/src/fsregion/CMakeLists.txt (+7/-0)
plugins/opengl/src/fsregion/fsregion.cpp (+64/-0)
plugins/opengl/src/fsregion/fsregion.h (+58/-0)
plugins/opengl/src/fsregion/tests/CMakeLists.txt (+10/-0)
plugins/opengl/src/fsregion/tests/test-fsregion.cpp (+160/-0)
plugins/opengl/src/paint.cpp (+45/-16)
tests/manual/Unredirect.txt (+97/-0)
summary: |
- Maximized Thunderbird window gets unredirected when it's not fullscreen + Maximized window gets unredirected when it's not fullscreen |
Changed in compiz: | |
assignee: | nobody → Daniel van Vugt (vanvugt) |
status: | Triaged → In Progress |
Changed in compiz: | |
status: | In Progress → Fix Committed |
Changed in compiz: | |
status: | Fix Committed → Fix Released |
summary: |
- Maximized window gets unredirected when it's not fullscreen + [regression] Maximized window gets unredirected when it's not fullscreen |
Changed in compiz (Ubuntu): | |
status: | New → Triaged |
importance: | Undecided → High |
Changed in compiz (Ubuntu Precise): | |
status: | New → Triaged |
importance: | Undecided → High |
Changed in compiz-core: | |
milestone: | none → 0.9.7.10 |
status: | New → Triaged |
importance: | Undecided → High |
Changed in compiz (Ubuntu): | |
status: | Triaged → Fix Released |
Changed in compiz-core: | |
assignee: | nobody → Daniel van Vugt (vanvugt) |
Changed in compiz-core: | |
status: | Triaged → In Progress |
Changed in compiz-core: | |
status: | In Progress → Fix Committed |
Changed in compiz-core: | |
status: | Fix Committed → Fix Released |
description: | updated |
description: | updated |
Fix committed into lp:compiz at revision 3384