Issue 326 in xmonad: floating windows can break Actions.UpdatePointer

Status: New Owner: ---- New issue 326 by OrbisVicis: floating windows can break Actions.UpdatePointer http://code.google.com/p/xmonad/issues/detail?id=326 What steps will reproduce the problem? 1. UpdatePointer (TowardsCentre 1 1) 2. spiralWithDir West CW (4/5) 3. scratchpadManageHook (W.RationalRect 0.25 0.3 0.5 0.55) 4. Open two windows in the spiral layout, launch the scratchpad, and start tabbing 5. One of the windows will never receive focus -- 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: Labels: Type-Defect Component-Contrib Comment #1 on issue 326 by byorgey: floating windows can break Actions.UpdatePointer http://code.google.com/p/xmonad/issues/detail?id=326 Would you mind attaching a minimal xmonad.hs which exhibits the problem? That would make it a lot easier to test and diagnose the problem. -- 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

Comment #2 on issue 326 by wirtwolff: floating windows can break Actions.UpdatePointer http://code.google.com/p/xmonad/issues/detail?id=326 Variations on ff are sufficient. Create four or more windows. Float a window and have it cover the regions Warp or UpdatePointer.PointerPosition search for on overlapped tiled windows, i.e. nearest, some corner, center. Some windows will become inaccessible from mod-j/k. -- Warp.warpToWindow, TowardsCentre, Relative also reproduce -- keeping default focusFollowsMouse = True import XMonad import Monad.Actions.UpdatePointer main = xmonad defaultConfig { logHook = updatePointer Nearest } This issue seems related to floating layer re-design. Issue 4 should probably consider pointer update, event, focus interactions in its core design. Sorry I've no suggestions or insights to offer there. -- 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

Comment #3 on issue 326 by Gon...@gmail.com: floating windows can break Actions.UpdatePointer http://code.google.com/p/xmonad/issues/detail?id=326 Just found same problem. Any advice here? -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings
participants (1)
-
codesite-noreply@google.com