Activity log for bug #1171878

Date Who What changed Old value New value Message
2013-04-23 14:24:57 Eduards Bezverhijs bug added bug
2013-04-23 14:56:02 Andy Freeland bug added subscriber Andy Freeland
2013-05-13 15:09:15 Mark Russell bug added subscriber Mark Russell
2013-05-16 22:50:10 Mark Russell bug added subscriber Canonical Support
2013-06-11 08:54:14 Alfredo Buttari bug added subscriber Alfredo Buttari
2013-07-08 21:25:21 Chris J Arges bug added subscriber Sustaining Engineering
2013-11-01 00:20:11 Stephen M. Webb bug task added compiz (Ubuntu)
2013-11-01 00:20:21 Stephen M. Webb compiz: status New Triaged
2013-11-01 00:20:24 Stephen M. Webb compiz (Ubuntu): status New Triaged
2013-11-01 00:20:26 Stephen M. Webb compiz: importance Undecided Medium
2013-11-01 00:20:29 Stephen M. Webb compiz (Ubuntu): importance Undecided Medium
2013-11-01 00:20:39 Stephen M. Webb compiz: milestone 0.9.10.3
2013-11-05 13:49:45 Christopher Townsend compiz: assignee Christopher Townsend (townsend)
2013-11-05 13:49:58 Christopher Townsend compiz: status Triaged In Progress
2014-02-07 15:49:11 Curtis Hovey removed subscriber Registry Administrators
2014-02-16 04:23:40 Peter Senft bug added subscriber Peter Senft
2014-03-27 14:13:48 Christopher Townsend summary Adding/Removing an external monitor causes open fullscreen windows to move to another workspace Adding/Removing an external monitor causes maximized windows to move to another workspace
2014-03-27 14:13:52 Christopher Townsend compiz (Ubuntu): status Triaged In Progress
2014-03-27 14:13:55 Christopher Townsend compiz (Ubuntu): assignee Christopher Townsend (townsend)
2014-03-27 14:13:57 Christopher Townsend compiz: milestone 0.9.10.3 0.9.11.0
2014-03-27 15:12:41 Launchpad Janitor branch linked lp:~townsend/compiz/fix-1171878
2014-03-28 15:44:35 Launchpad Janitor compiz (Ubuntu): status In Progress Fix Released
2014-04-03 14:17:03 Christopher Townsend compiz: status In Progress Fix Committed
2014-04-09 07:23:07 Ritesh Khadgaray attachment added proposed patch for precise https://bugs.launchpad.net/compiz/+bug/1171878/+attachment/4076591/+files/move-window.debdiff
2014-06-23 22:32:29 Jorge Niedbalski bug added subscriber Ubuntu Sponsors Team
2014-06-26 13:55:40 Brian Murray nominated for series Ubuntu Precise
2014-06-26 13:55:40 Brian Murray bug task added compiz (Ubuntu Precise)
2014-06-26 13:56:03 Brian Murray compiz (Ubuntu Precise): status New Triaged
2014-06-26 13:56:05 Brian Murray compiz (Ubuntu Precise): importance Undecided Critical
2014-06-26 13:56:07 Brian Murray compiz (Ubuntu Precise): importance Critical Medium
2014-06-26 19:43:28 Jorge Niedbalski description If I plug in external monitor, move a window to it, maximize window and remove external monitor, window is moved to the same workspace primary screen - this is correct behavior, but when I un-maximize it - window moves to different workspace. This most likely is because original window positions are not updated after removing the monitor and un-maximize still uses those old values to move the window to supposedly original position. Another use case is when window movement is somewhat wrong - external monitor plugged in, window is maximized on primary screen, move focus to different workspace, unplug the monitor, move back to the workspace when we have fullscreen window, unmaximize it - window un-maximizes not to original position, it's moved away by the same mount of pixels as external monitor width is. I expect that window stays on the same workspace - once it's on it it should not move unless I do that manually, also I expect that un-maximizing moves window to original position, not different. This is continuation of bug https://bugs.launchpad.net/compiz/+bug/763148, fullscreen window bug was separated as per "Christopher Townsend (townsend) wrote on 2013-04-18". P.S. Most likely bug can be fixed quite easy as behavior is similar to bug I mentioned, hopefully this can be included in the same SRU. thanks in advance Eduards If I plug in external monitor, move a window to it, maximize window and remove external monitor, window is moved to the same workspace primary screen - this is correct behavior, but when I un-maximize it - window moves to different workspace. This most likely is because original window positions are not updated after removing the monitor and un-maximize still uses those old values to move the window to supposedly original position. Another use case is when window movement is somewhat wrong - external monitor plugged in, window is maximized on primary screen, move focus to different workspace, unplug the monitor, move back to the workspace when we have fullscreen window, unmaximize it - window un-maximizes not to original position, it's moved away by the same mount of pixels as external monitor width is. I expect that window stays on the same workspace - once it's on it it should not move unless I do that manually, also I expect that un-maximizing moves window to original position, not different. This is continuation of bug https://bugs.launchpad.net/compiz/+bug/763148, fullscreen window bug was separated as per "Christopher Townsend (townsend) wrote on 2013-04-18". P.S. Most likely bug can be fixed quite easy as behavior is similar to bug I mentioned, hopefully this can be included in the same SRU. thanks in advance Eduards [Test Case] ** Test Case 1 1. plug in external monitor and move a windows to it 2. maximize window 3. unplug external monitor 4. window moves to the primary display of the same workspace (this is correct) 5. un-maximize window 6. window un-maximizes to a different workspace (this is incorrect) ** Test Case 2 1. plug in external monitor 2. maximize window on primary (laptop display) 3. change to a different workspace 4. unplug external monitor 5. return to workspace with maximized window 6. un-maximize window 7. window un-maximizes to wrong position. instead of the original position it is shifted over by the same number of pixels as the width of the external monitor (also incorrect) [Other information] The bug fix also address bug LP: #763148 on precise. [Regression] None determined && expected.
2014-06-26 19:43:53 Jorge Niedbalski description If I plug in external monitor, move a window to it, maximize window and remove external monitor, window is moved to the same workspace primary screen - this is correct behavior, but when I un-maximize it - window moves to different workspace. This most likely is because original window positions are not updated after removing the monitor and un-maximize still uses those old values to move the window to supposedly original position. Another use case is when window movement is somewhat wrong - external monitor plugged in, window is maximized on primary screen, move focus to different workspace, unplug the monitor, move back to the workspace when we have fullscreen window, unmaximize it - window un-maximizes not to original position, it's moved away by the same mount of pixels as external monitor width is. I expect that window stays on the same workspace - once it's on it it should not move unless I do that manually, also I expect that un-maximizing moves window to original position, not different. This is continuation of bug https://bugs.launchpad.net/compiz/+bug/763148, fullscreen window bug was separated as per "Christopher Townsend (townsend) wrote on 2013-04-18". P.S. Most likely bug can be fixed quite easy as behavior is similar to bug I mentioned, hopefully this can be included in the same SRU. thanks in advance Eduards [Test Case] ** Test Case 1 1. plug in external monitor and move a windows to it 2. maximize window 3. unplug external monitor 4. window moves to the primary display of the same workspace (this is correct) 5. un-maximize window 6. window un-maximizes to a different workspace (this is incorrect) ** Test Case 2 1. plug in external monitor 2. maximize window on primary (laptop display) 3. change to a different workspace 4. unplug external monitor 5. return to workspace with maximized window 6. un-maximize window 7. window un-maximizes to wrong position. instead of the original position it is shifted over by the same number of pixels as the width of the external monitor (also incorrect) [Other information] The bug fix also address bug LP: #763148 on precise. [Regression] None determined && expected. [Impact] If I plug in external monitor, move a window to it, maximize window and remove external monitor, window is moved to the same workspace primary screen - this is correct behavior, but when I un-maximize it - window moves to different workspace. This most likely is because original window positions are not updated after removing the monitor and un-maximize still uses those old values to move the window to supposedly original position. Another use case is when window movement is somewhat wrong - external monitor plugged in, window is maximized on primary screen, move focus to different workspace, unplug the monitor, move back to the workspace when we have fullscreen window, unmaximize it - window un-maximizes not to original position, it's moved away by the same mount of pixels as external monitor width is. I expect that window stays on the same workspace - once it's on it it should not move unless I do that manually, also I expect that un-maximizing moves window to original position, not different. This is continuation of bug https://bugs.launchpad.net/compiz/+bug/763148, fullscreen window bug was separated as per "Christopher Townsend (townsend) wrote on 2013-04-18". P.S. Most likely bug can be fixed quite easy as behavior is similar to bug I mentioned, hopefully this can be included in the same SRU. thanks in advance Eduards [Test Case] ** Test Case 1 1. plug in external monitor and move a windows to it 2. maximize window 3. unplug external monitor 4. window moves to the primary display of the same workspace (this is correct) 5. un-maximize window 6. window un-maximizes to a different workspace (this is incorrect) ** Test Case 2 1. plug in external monitor 2. maximize window on primary (laptop display) 3. change to a different workspace 4. unplug external monitor 5. return to workspace with maximized window 6. un-maximize window 7. window un-maximizes to wrong position. instead of the original position it is shifted over by the same number of pixels as the width of the external monitor (also incorrect) [Other information] The bug fix also address bug LP: #763148 on precise. [Regression] None determined && expected.
2014-06-27 13:19:46 Christopher Townsend bug task added compiz-core
2014-06-27 13:20:13 Christopher Townsend compiz-core: milestone 0.9.7.14
2014-06-27 13:20:23 Christopher Townsend compiz-core: status New Confirmed
2014-06-27 13:20:25 Christopher Townsend compiz-core: importance Undecided Medium
2014-06-27 13:20:28 Christopher Townsend compiz-core: assignee Christopher Townsend (townsend)
2014-06-27 13:20:35 Christopher Townsend compiz-core: status Confirmed In Progress
2014-06-30 15:29:37 Launchpad Janitor branch linked lp:~townsend/compiz/fix-lp1171878-0.9.7
2014-06-30 15:36:14 Andy Freeland removed subscriber Andy Freeland
2014-07-07 19:49:16 Launchpad Janitor branch linked lp:~townsend/compiz-core/fix-window-monitor-hotplug
2014-07-07 20:51:42 Christopher Townsend attachment added compiz_precise_sru.debdiff https://bugs.launchpad.net/compiz/+bug/1171878/+attachment/4147625/+files/compiz_precise_sru.debdiff
2014-07-08 14:59:17 Christopher Townsend compiz-core: status In Progress Fix Committed
2014-07-17 00:39:31 Chris Halse Rogers compiz (Ubuntu Precise): status Triaged Fix Committed
2014-07-17 00:39:36 Chris Halse Rogers bug added subscriber Ubuntu Stable Release Updates Team
2014-07-17 00:39:41 Chris Halse Rogers bug added subscriber SRU Verification
2014-07-17 00:39:52 Chris Halse Rogers tags compiz fullscreen workspace compiz fullscreen verification-needed workspace
2014-07-17 01:06:23 Launchpad Janitor branch linked lp:ubuntu/precise-proposed/compiz
2014-07-22 11:26:15 Bartosz Kosiorek compiz (Ubuntu Precise): assignee Bartosz Kosiorek (gang65)
2014-07-22 11:28:44 Bartosz Kosiorek tags compiz fullscreen verification-needed workspace compiz fullscreen verification-done workspace
2014-07-29 16:39:41 Chris J Arges removed subscriber Ubuntu Stable Release Updates Team
2014-07-29 16:45:19 Launchpad Janitor compiz (Ubuntu Precise): status Fix Committed Fix Released
2014-10-10 23:03:07 Jorge Niedbalski tags compiz fullscreen verification-done workspace compiz cts fullscreen verification-done workspace
2014-11-06 14:19:49 Stephen M. Webb compiz: status Fix Committed Fix Released
2015-10-14 16:15:52 Marco Trevisan (TreviƱo) tags compiz cts fullscreen verification-done workspace compiz cts fullscreen rls-w-incoming verification-done workspace
2021-12-10 23:53:08 Mathew Hodson compiz-core: status Fix Committed Fix Released