Issue 351 in xmonad: Layout.SubLayouts doesn't return focus properly when closing modal dialog

Status: New Owner: ---- New issue 351 by JoshBBall: Layout.SubLayouts doesn't return focus properly when closing modal dialog http://code.google.com/p/xmonad/issues/detail?id=351 What steps will reproduce the problem? 0. Configure XMonad to work with the default Layout.SubLayouts config as given in the documentation. 1. Go to an empty workspace. 2. Launch gnome-terminal. 3. Launch gedit. (can be launched however you like; either from the terminal window, or using dmenu) 4. You should have two windows, with gedit in the master position and gnome-terminal on the right (in Tall layout) 5. Click File...Open. 6. Press ESC. What is the expected output? What do you see instead? I expect the focus to go back to gedit, but instead it goes to gnome-terminal. What version of the product are you using? On what operating system? xmonad 0.9 A mix of Debian testing and unstable Linux localhost 2.6.26-2-amd64 #1 SMP Sun Jun 21 04:47:08 UTC 2009 x86_64 GNU/Linux X.Org X Server 1.6.4 xmonad is installed in userspace, using cabal, NOT using the Debian packages. In fact, ghc itself is also installed in userspace. The Glorious Glasgow Haskell Compilation System, version 6.10.4 Are you using an xmonad.hs? Please attach it and the output of "xmonad --recompile". `xmonad --recompile` produces no output for me. Please provide any additional information below. Attachments: xmonad.hs 11.9 KB -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings

Updates: Status: Started Owner: vogt.adam Labels: Priority-Medium Component-Contrib Comment #1 on issue 351 by vogt.adam: Layout.SubLayouts doesn't return focus properly when closing modal dialog http://code.google.com/p/xmonad/issues/detail?id=351 I can reproduce this. It seems to happen that when a floating window at the top of the stack is closed, with sublayouts the focus goes up to the last window, while without the modifier it goes to the master window. I'm looking into why subLayouts is synchoronizing it's state with xmonad's incorrectly in this case. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings
participants (1)
-
codesite-noreply@google.com