Bug 157941 - Window is no longer maximized after exiting fullscreen
Summary: Window is no longer maximized after exiting fullscreen
Status: RESOLVED FIXED
Alias: None
Product: kwin
Classification: Plasma
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-16 21:39 UTC by Zbynek Lstiburek
Modified: 2008-03-11 00:04 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

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