Bug 249325 - KWin crashes after unclean exiting Desktop Grid
Summary: KWin crashes after unclean exiting Desktop Grid
Status: RESOLVED FIXED
Alias: None
Product: kwin
Classification: Plasma
Component: general (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR crash
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-28 15:24 UTC by ultr
Modified: 2010-08-28 16:05 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 4.5.2


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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