Compiz grid plugin is fired when resizing a window
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Compiz Main Plugins |
Fix Released
|
Undecided
|
Daniel van Vugt | ||
| compiz-plugins-main (Ubuntu) |
Fix Released
|
High
|
Didier Roche-Tolomelli | ||
| Oneiric |
Fix Released
|
Undecided
|
Marco Trevisan (Treviño) | ||
| Precise |
Fix Released
|
High
|
Didier Roche-Tolomelli | ||
Bug Description
1) Start to resize a restored window by dragging a window edge
2) Drag the mouse in the top panel or in the right or left screen edges
What happens
3) Grid plugin is fired and tries to resize the window
What should happen:
3) nothing, window should be resized according, with the grid plugin disabled
Related branches
- Sam Spilsbury: Approve
-
Diff: 207 lines (+142/-4) 6 files modifiedapiCMakeLists.txt (+2/-0)
src/grabhandler.cpp (+47/-0)
src/grabhandler.h (+31/-0)
src/grid.cpp (+6/-4)
tests/grabhandler/CMakeLists.txt (+9/-0)
tests/grabhandler/test-grid-grab-handler.cpp (+47/-0)
- Martin Pitt (community): Approve
- Marco Trevisan (Treviño): Approve
-
Diff: 63 lines (+38/-0) 4 files modifiedapidebian/changelog (+10/-0)
debian/patches/fix-875557.patch (+12/-0)
debian/patches/fix-891886.patch (+14/-0)
debian/patches/series (+2/-0)
- Compiz Maintainers: Pending requested
-
Diff: 764 lines (+327/-113) 3 files modifiedapiCMakeLists.txt (+2/-0)
src/grid.cpp (+295/-97)
src/grid.h (+30/-16)
this is also a regression of compiz-plugins-main SRU update so are bug 875557 and bug 878516
Actually the issue happens when upgrading compiz-
compiz-
Yes, I know... But since it contains different plugins... However, I've just checked the code and the issue is exactly on the grid plugin itself, and has been introduced by the merge of this branch lp:~smspillaz/compiz-grid-plugin/oneiric.fix_827560
Here we are, this is the "evil" commit: http://
Looking forward to see what's going on there!
Applying this to precise is currently blocked as this change does not have a corresponding test, so assigning to Didier who will assign it to the correct person in DX.
Hello Marco, or anyone else affected,
Accepted compiz-plugins-main into oneiric-proposed, the package will build now and be available in a few hours. Please test and give feedback here. See https:/
Martin, fix for trunk actually includes a test. See lp:~3v1n0/compiz-grid-plugin/oneiric.fix_891886
The proposed version fixed the resizing issue.
removed: verification-needed
Please make sure that this is fixed in precise, as that is the only thing blocking this bug fix from progressing into oneiric-updates.
This bug was fixed in the package compiz-plugins-main - 1:0.9.6-0ubuntu4.2
---------------
compiz-plugins-main (1:0.9.
* debian/
- Ctrl-Alt-KP_9 adjusts window to upper half instead of top right corner
(behaves like Ctrl-Alt-KP_8)
(lp: #876591)
compiz-plugins-main (1:0.9.
* debian/
- Compiz grid overlay appears after workspace switcher use.
(LP: #875557)
* debian/
- Compiz grid plugin is fired when resizing a window. (LP: #891886)
-- Omer Akram <email address hidden> 2011年12月05日 20:38:27 +0500
This fix is missing from both upstream projects it affects: lp:compiz-grid-plugin and lp:compiz-expo-plugin.