scale mode is not visible if a fullscreen window is unredirected
Bug #1047168 reported by
Daniel van Vugt
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Compiz |
Fix Released
|
Medium
|
Daniel van Vugt | ||
Compiz Core |
Fix Released
|
Medium
|
Daniel van Vugt | ||
compiz (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Precise |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
[Test Case]
1. Enable Unredirect Fullscreen Windows in CCSM > Composite.
2. Make a window fullscreen so it gets unredirected.
3. Trigger scale mode: Shift+Alt+Up
-> Make sure window scales and desktop darkens
[Regression Potential]
No obvious regression potential.
Original description:
scale mode is not visible if a fullscreen window is unredirected.
Test case:
1. Enable Unredirect Fullscreen Windows in CCSM > Composite.
2. Make a window fullscreen so it gets unredirected.
3. Trigger scale mode: Shift+Alt+Up
Expected: Window scales and desktop darkens.
Observed: Nothing happens on screen.
Related branches
lp://staging/~vanvugt/compiz/fix-1047168
- Sam Spilsbury: Approve
-
Diff: 60 lines (+34/-1)2 files modifiedplugins/opengl/src/paint.cpp (+14/-1)
tests/manual/Unredirect.txt (+20/-0)
lp://staging/~vanvugt/compiz-core/backport-unredirection-fixes-0.9.7
- 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)
Changed in compiz: | |
assignee: | Daniel van Vugt (vanvugt) → nobody |
Changed in compiz: | |
milestone: | 0.9.8.2 → 0.9.8.4 |
Changed in compiz: | |
assignee: | nobody → Daniel van Vugt (vanvugt) |
Changed in compiz: | |
status: | Triaged → In Progress |
Changed in compiz: | |
status: | Fix Committed → Fix Released |
Changed in compiz-core: | |
status: | New → Triaged |
importance: | Undecided → Medium |
milestone: | none → 0.9.7.10 |
Changed in compiz-core: | |
assignee: | nobody → Daniel van Vugt (vanvugt) |
status: | Triaged → In Progress |
Changed in compiz-core: | |
status: | In Progress → Fix Committed |
Changed in compiz-core: | |
status: | Fix Committed → Fix Released |
description: | updated |
Changed in compiz (Ubuntu): | |
status: | New → Fix Released |
To post a comment you must log in.
Fix committed into lp:compiz at revision 3383