Bug 22606 - Shouldn't be able to drag a window underneath mac-style menu
Summary: Shouldn't be able to drag a window underneath mac-style menu
Status: RESOLVED FIXED
Alias: None
Product: kwin
Classification: Plasma
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
: 42215 (view as bug list)
Depends on:
Blocks:
 
Reported: 2001-03-17 23:48 UTC by John Firebaugh
Modified: 2004-05-17 21:38 UTC (History)
2 users (show)

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 John Firebaugh 2001-03-17 23:38:58 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           kwin
Version:           unknown (using KDE 2.1.0 )
Severity:          wishlist
Installed from:    yes
Compiler:          gcc version 2.95.3 20001130 (prerelease/franzo/20001204)
OS:                Linux 2.4.2-snapshot20010218 ppc
OS/Compiler notes: 

With the Mac-style menubar enabled I can drag a window's titlebar underneath the menu bar thus making it impossible to drag anywhere else without using the RMB menu->Move. Trying to drag it underneath the menubar should have similar behavior as trying to drag it beneath kicker -- it should stop before the title bar will be inaccessible or when the cursor reaches the bottom of the menubar.

(Submitted via bugs.kde.org)
(Called from KBugReport dialog)
Comment 1 Gioele Barabucci 2002-09-07 20:04:56 UTC
Version:           KDE 3.0.7 1 beta1)
Installed from:    compiled sources
Compiler:          gcc version 2.95.3 20010315 (release)
OS:                Linux (i686) release 2.4.18-usb
OS/Compiler notes: 

KWin should also forbids window titles totally under kicker.

I tryed a orizonal kicker but I got stuck in this situation:

---.---------------------------------.
| K |                          22:05  |
`---'-------+-------------+-----------'
            | another win |
            |             |
            | OK   Cancel |
            `-------------'

with the title fully UNDER kicker.


(Submitted via bugs.kde.org)
(Called from KBugReport dialog. Fields Application manually changed)
Comment 2 wturkal 2002-10-17 07:13:19 UTC
The menubar are shows up over full screen apps. For instance, have a desktop 
menubar and start tuxracer. This is against 3.1beta2. 
Warren 
Comment 3 Lubos Lunak 2002-10-17 11:12:46 UTC
*** Bug 42215 has been marked as a duplicate of this bug. ***
Comment 4 Lubos Lunak 2002-10-17 14:21:09 UTC
 Fullscreen apps (current KDE CVS): I cannot reproduce the problem with Opera (6.03), it  
behaves correctly, and judging from the source, it should work reliably. I'm not sure if I'll be  
able to test Wine. In the TuxRacer case (and frozen-bubble too, assuming it's SDL), it can be 
considered rather a SDL problem. I don't know SDL, but I'm assuming the main window of 
TuxRacer is created by SDL. However, it's created as a normal window without any hint 
indicating it will be fullscreen, and then the video resolution is changed to match exactly the 
window. In other words, from the point of view of the window manager, it is a normal window, 
with normal decorations (you just don't see them because of the resolution change), with 
normal behaviour, and thereforce the menubar is shown. The output of both 'xprop' and 
'xwininfo' doesn't show any possible way how to identify the window as fullscreen, it's not 
override-redirect (which it should be IMHO). I suggest you try it with a recent SDL version, and 
if the problem persist, report it as a SDL bug (and cite what I said here). 
 
Comment 5 Lubos Lunak 2003-05-14 16:43:00 UTC
Done. E.g. titlebar drag doesn't allow dragging outside of workarea, but e.g. Alt+LMB still allows 
it.