Activity log for bug #347390

Date Who What changed Old value New value Message
2009-03-23 16:21:10 Oded Arbel bug added bug
2010-02-25 18:19:29 Saivann Carignan summary keyboard window resizing in GNOME (while desktop effects enabled) is broken Compiz can't resize a window vertically AND horizontally with keyboard.
2010-02-25 18:21:01 Saivann Carignan affects ubuntu compiz (Ubuntu)
2010-02-25 18:21:01 Saivann Carignan compiz (Ubuntu): status New Confirmed
2010-02-25 18:35:20 Saivann Carignan bug watch added http://bugs.opencompositing.org/show_bug.cgi?id=1273
2010-02-25 18:35:20 Saivann Carignan bug task added compiz
2012-02-04 05:23:56 jhfhlkjlj bug added subscriber Chauncellor
2012-02-04 05:24:20 jhfhlkjlj affects compiz compiz-core
2013-06-23 10:50:00 Sami Jaktholm bug task added compiz
2013-06-23 10:50:29 Sami Jaktholm compiz: status New Confirmed
2013-06-23 11:06:37 MC Return compiz: milestone 0.9.10.0
2013-06-23 11:07:27 MC Return compiz: importance Undecided High
2013-07-17 10:49:31 Matija Skala attachment added resize-logic.patch https://bugs.launchpad.net/compiz/+bug/347390/+attachment/3739814/+files/resize-logic.patch
2013-07-17 12:33:36 Ubuntu Foundations Team Bug Bot tags patch
2013-07-17 12:33:50 Ubuntu Foundations Team Bug Bot bug added subscriber Ubuntu Review Team
2013-07-20 18:36:32 MC Return compiz: assignee MC Return (mc-return)
2013-07-21 13:23:17 MC Return branch linked lp:~mc-return/compiz/compiz.merge-fix347390-compiz-cannot-resize-vertically-AND-horizontally-with-keys
2013-07-22 06:39:33 Sam Spilsbury compiz: milestone 0.9.10.0 0.9.10.2
2013-07-24 12:02:05 MC Return compiz: milestone 0.9.10.2 0.9.11.0
2014-05-28 07:06:38 Christopher Townsend compiz: assignee MC Return (mc-return) Christopher Townsend (townsend)
2014-05-28 07:06:41 Christopher Townsend compiz: status Confirmed In Progress
2014-05-28 07:06:46 Christopher Townsend compiz (Ubuntu): status Confirmed In Progress
2014-05-28 07:06:50 Christopher Townsend compiz (Ubuntu): assignee Christopher Townsend (townsend)
2014-05-28 07:06:54 Christopher Townsend bug task deleted compiz-core
2014-05-28 07:12:35 Christopher Townsend compiz (Ubuntu): importance Undecided High
2014-05-28 07:11:28 Launchpad Janitor branch linked lp:~townsend/compiz/fix-lp347390
2014-06-06 18:34:29 Launchpad Janitor branch linked lp:ubuntu/utopic-proposed/compiz
2014-06-06 18:49:33 Launchpad Janitor compiz (Ubuntu): status In Progress Fix Released
2014-06-06 20:13:17 Stephen M. Webb nominated for series Ubuntu Trusty
2014-06-10 19:57:09 Christopher Townsend compiz: status In Progress Fix Committed
2014-06-10 19:57:13 Christopher Townsend compiz: milestone 0.9.11.0 0.9.12.0
2014-06-10 19:57:20 Christopher Townsend nominated for series compiz/0.9.11
2014-06-10 19:57:20 Christopher Townsend bug task added compiz/0.9.11
2014-06-10 19:57:36 Christopher Townsend compiz/0.9.11: status New In Progress
2014-06-10 19:57:46 Christopher Townsend compiz: importance High Medium
2014-06-10 19:57:49 Christopher Townsend compiz/0.9.11: importance Undecided Medium
2014-06-10 19:57:52 Christopher Townsend compiz (Ubuntu): importance High Medium
2014-06-10 19:57:55 Christopher Townsend compiz/0.9.11: assignee Christopher Townsend (townsend)
2014-06-10 19:57:59 Christopher Townsend compiz/0.9.11: milestone 0.9.11.1
2014-06-11 15:45:40 Launchpad Janitor branch linked lp:~townsend/compiz/0.9.11.1
2014-06-18 14:39:33 Christopher Townsend description when trying to resize a window using the keyboard (ALT+SPACE, then choose resize from the menu and then use the keyboard arrows) its not possible to resize both horizontally and vertically - like its possible using the mouse by grabbing a window corner. Normally one would expect that its possible to press the right arrow key repeatedly to enlarge the window horizontally, and then press the down arrow key repeatedly to enlarge the window vertically, before pressing ENTER to submit the changes What actually happens is that once the second button is pressed (down in this case), the previous dimension (horizontal) reverts to is old size and the new dimension is being adjusted. Try to press right arrow and the vertical dimension reverts back to its old value. In order to successfully resize a window both vertically and horizontally one needs to: 1. start a resize action 2. resize in one direction 3. submit the changes 4. start another resize action 5. resize in the other direction 6. submit the changes Making it twice as complicated to do. This may or may not be related to desktop effects being enabled, I haven't disabled them to check yet but I do not remember this being a problem with standard Metacity. [Impact] Some users like to use the keyboard for many functions including resizing windows. Due to this bug, resizing windows with the keyboard is not very easy. [Test case] 1. Open a window such as gedit. Make sure it is not maximized. 2. Initiate keyboard resizing by hitting Alt+Space, then r. 3. Use cursor keys to resize the window. [Regression potential] None identified. Original Description: when trying to resize a window using the keyboard (ALT+SPACE, then choose resize from the menu and then use the keyboard arrows) its not possible to resize both horizontally and vertically - like its possible using the mouse by grabbing a window corner. Normally one would expect that its possible to press the right arrow key repeatedly to enlarge the window horizontally, and then press the down arrow key repeatedly to enlarge the window vertically, before pressing ENTER to submit the changes What actually happens is that once the second button is pressed (down in this case), the previous dimension (horizontal) reverts to is old size and the new dimension is being adjusted. Try to press right arrow and the vertical dimension reverts back to its old value. In order to successfully resize a window both vertically and horizontally one needs to: 1. start a resize action 2. resize in one direction 3. submit the changes 4. start another resize action 5. resize in the other direction 6. submit the changes Making it twice as complicated to do. This may or may not be related to desktop effects being enabled, I haven't disabled them to check yet but I do not remember this being a problem with standard Metacity.
2014-06-18 15:15:26 Christopher Townsend description [Impact] Some users like to use the keyboard for many functions including resizing windows. Due to this bug, resizing windows with the keyboard is not very easy. [Test case] 1. Open a window such as gedit. Make sure it is not maximized. 2. Initiate keyboard resizing by hitting Alt+Space, then r. 3. Use cursor keys to resize the window. [Regression potential] None identified. Original Description: when trying to resize a window using the keyboard (ALT+SPACE, then choose resize from the menu and then use the keyboard arrows) its not possible to resize both horizontally and vertically - like its possible using the mouse by grabbing a window corner. Normally one would expect that its possible to press the right arrow key repeatedly to enlarge the window horizontally, and then press the down arrow key repeatedly to enlarge the window vertically, before pressing ENTER to submit the changes What actually happens is that once the second button is pressed (down in this case), the previous dimension (horizontal) reverts to is old size and the new dimension is being adjusted. Try to press right arrow and the vertical dimension reverts back to its old value. In order to successfully resize a window both vertically and horizontally one needs to: 1. start a resize action 2. resize in one direction 3. submit the changes 4. start another resize action 5. resize in the other direction 6. submit the changes Making it twice as complicated to do. This may or may not be related to desktop effects being enabled, I haven't disabled them to check yet but I do not remember this being a problem with standard Metacity. [Impact] Some users like to use the keyboard for many functions including resizing windows. Due to this bug, resizing windows with the keyboard is not very easy. [Test case] 1. Open a window such as gedit. Make sure it is not maximized. 2. Initiate keyboard resizing by hitting Alt+Space, then r. 3. Use cursor keys to resize the window. [Regression potential] None identified. * Debdiff is found at https://bugs.launchpad.net/compiz/+bug/1303462/+attachment/4134214/+files/compiz-trusty-sru.debdiff * Original Description: when trying to resize a window using the keyboard (ALT+SPACE, then choose resize from the menu and then use the keyboard arrows) its not possible to resize both horizontally and vertically - like its possible using the mouse by grabbing a window corner. Normally one would expect that its possible to press the right arrow key repeatedly to enlarge the window horizontally, and then press the down arrow key repeatedly to enlarge the window vertically, before pressing ENTER to submit the changes What actually happens is that once the second button is pressed (down in this case), the previous dimension (horizontal) reverts to is old size and the new dimension is being adjusted. Try to press right arrow and the vertical dimension reverts back to its old value. In order to successfully resize a window both vertically and horizontally one needs to: 1. start a resize action 2. resize in one direction 3. submit the changes 4. start another resize action 5. resize in the other direction 6. submit the changes Making it twice as complicated to do. This may or may not be related to desktop effects being enabled, I haven't disabled them to check yet but I do not remember this being a problem with standard Metacity.
2014-06-19 14:37:31 Chris J Arges bug task added compiz (Ubuntu Trusty)
2014-06-19 14:47:28 Chris J Arges compiz (Ubuntu Trusty): status New Fix Committed
2014-06-19 14:47:32 Chris J Arges bug added subscriber Ubuntu Stable Release Updates Team
2014-06-19 14:47:35 Chris J Arges bug added subscriber SRU Verification
2014-06-19 14:47:38 Chris J Arges tags patch patch verification-needed
2014-06-19 14:59:25 Launchpad Janitor branch linked lp:ubuntu/trusty-proposed/compiz
2014-06-20 03:16:28 Mathew Hodson tags patch verification-needed patch verification-done
2014-06-24 14:06:08 Christopher Townsend description [Impact] Some users like to use the keyboard for many functions including resizing windows. Due to this bug, resizing windows with the keyboard is not very easy. [Test case] 1. Open a window such as gedit. Make sure it is not maximized. 2. Initiate keyboard resizing by hitting Alt+Space, then r. 3. Use cursor keys to resize the window. [Regression potential] None identified. * Debdiff is found at https://bugs.launchpad.net/compiz/+bug/1303462/+attachment/4134214/+files/compiz-trusty-sru.debdiff * Original Description: when trying to resize a window using the keyboard (ALT+SPACE, then choose resize from the menu and then use the keyboard arrows) its not possible to resize both horizontally and vertically - like its possible using the mouse by grabbing a window corner. Normally one would expect that its possible to press the right arrow key repeatedly to enlarge the window horizontally, and then press the down arrow key repeatedly to enlarge the window vertically, before pressing ENTER to submit the changes What actually happens is that once the second button is pressed (down in this case), the previous dimension (horizontal) reverts to is old size and the new dimension is being adjusted. Try to press right arrow and the vertical dimension reverts back to its old value. In order to successfully resize a window both vertically and horizontally one needs to: 1. start a resize action 2. resize in one direction 3. submit the changes 4. start another resize action 5. resize in the other direction 6. submit the changes Making it twice as complicated to do. This may or may not be related to desktop effects being enabled, I haven't disabled them to check yet but I do not remember this being a problem with standard Metacity. [Impact] Some users like to use the keyboard for many functions including resizing windows. Due to this bug, resizing windows with the keyboard is not very easy. [Test case] 1. Open a window such as gedit. Make sure it is not maximized. 2. Initiate keyboard resizing by hitting Alt+Space, then r. 3. Use cursor keys to resize the window. [Regression potential] None identified. * Debdiff is found at https://launchpadlibrarian.net/178439518/compiz-trusty-sru-2.debdiff * Original Description: when trying to resize a window using the keyboard (ALT+SPACE, then choose resize from the menu and then use the keyboard arrows) its not possible to resize both horizontally and vertically - like its possible using the mouse by grabbing a window corner. Normally one would expect that its possible to press the right arrow key repeatedly to enlarge the window horizontally, and then press the down arrow key repeatedly to enlarge the window vertically, before pressing ENTER to submit the changes What actually happens is that once the second button is pressed (down in this case), the previous dimension (horizontal) reverts to is old size and the new dimension is being adjusted. Try to press right arrow and the vertical dimension reverts back to its old value. In order to successfully resize a window both vertically and horizontally one needs to: 1. start a resize action 2. resize in one direction 3. submit the changes 4. start another resize action 5. resize in the other direction 6. submit the changes Making it twice as complicated to do. This may or may not be related to desktop effects being enabled, I haven't disabled them to check yet but I do not remember this being a problem with standard Metacity.
2014-06-24 18:08:47 Chris J Arges tags patch verification-done patch
2014-06-24 18:08:49 Chris J Arges tags patch patch verification-needed
2014-06-25 09:18:44 Mateusz Stachowski tags patch verification-needed patch verification-done
2014-07-02 14:31:14 Christopher Townsend tags patch verification-done patch verification-needed
2014-07-02 19:31:39 Mateusz Stachowski tags patch verification-needed patch verification-done
2014-07-10 16:00:45 Launchpad Janitor compiz (Ubuntu Trusty): status Fix Committed Fix Released
2014-07-11 18:02:32 Christopher Townsend compiz/0.9.11: status In Progress Fix Committed
2014-07-23 13:53:17 Christopher Townsend compiz/0.9.11: status Fix Committed Fix Released
2014-11-06 13:29:18 Stephen M. Webb compiz: status Fix Committed Fix Released