Bug 157941

Summary: Window is no longer maximized after exiting fullscreen
Product: [Plasma] kwin Reporter: Zbynek Lstiburek <lstiburek>
Component: generalAssignee: KWin default assignee <kwin-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Zbynek Lstiburek 2008-02-16 21:39:41 UTC
Version:           4.0.1 (KDE 4.0.1) (using 4.0.1 (KDE 4.0.1), Gentoo)
Compiler:          i686-pc-linux-gnu-gcc
OS:                Linux (i686) release 2.6.23-gentoo-r6

This happens in both Konqueror and Konsole:
- i maximize a window
- i tell it to go fullscreen using a menu command
- i tell it to exit fullscreen using a menu command
- the window is not maximized any more, it's in the restored state, as it was before I have maximized it

It seems that after I issue the "go fullscreen" command, the the window restores from the maximized state for a short while and only then it really switches to fullscreen.
Comment 1 Lubos Lunak 2008-03-11 00:04:25 UTC
SVN commit 784334 by lunakl:

Backport r784333 (remove usage of QWidget::showFullScreen() etc.).
BUG: 157941



 M  +1 -2      kdebase/apps/konqueror/src/konqmainwindow.cpp  
 M  +1 -1      kdebase/apps/konqueror/src/konqmisc.cpp  
 M  +3 -2      kdebase/apps/konsole/src/MainWindow.cpp  
 M  +8 -0      kdelibs/kdeui/actions/ktogglefullscreenaction.cpp  
 M  +14 -3     kdelibs/kdeui/actions/ktogglefullscreenaction.h  
 M  +2 -2      kdelibs/phonon/videowidget.cpp  


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