Bug 249325

Summary: KWin crashes after unclean exiting Desktop Grid
Product: [Plasma] kwin Reporter: ultr <ultr>
Component: generalAssignee: KWin default assignee <kwin-bugs-null>
Status: RESOLVED FIXED    
Severity: crash    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In: 4.5.2

Description ultr 2010-08-28 15:24:07 UTC
Version:           unspecified (using KDE 4.4.5) 
OS:                Linux

There is a scenario causing unclean exit from Desktop Grid. Reactivating the Grid crashes KWin.

Reproducible: Always

Steps to Reproduce:
1) Open at least one window
2) Use keyboard shortcut to enter Desktop Grid
3) Start dragging the window
4) While dragging, press the shortcut again (unclean Desktop Grid exit)
5) Close the window you were dragging in Desktop Grid
6) Activate Desktop Grid again
7) Enjoy the crash

Actual Results:  
KWin crashes.

Expected Results:  
Rock solid KWin ;)
Desktop Grid should forget the dragging when closed.
Comment 1 Martin Flöser 2010-08-28 16:04:46 UTC
SVN commit 1169145 by graesslin:

Drop keyboard events while moving windows in desktop grid.
BUG: 249325
FIXED-IN: 4.5.2



 M  +2 -0      desktopgrid.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1169145
Comment 2 Martin Flöser 2010-08-28 16:05:53 UTC
SVN commit 1169146 by graesslin:

Forward port rev 1169145: Drop keyboard events while moving windows in desktop grid.
CCBUG: 249325

 M  +2 -0      desktopgrid.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1169146