Issue 334 in xmonad: insertPosition kills doFloat

Status: New Owner: ---- New issue 334 by scuz.there: insertPosition kills doFloat http://code.google.com/p/xmonad/issues/detail?id=334 Composing insertPosition after any doFloat causes the window to be placed in the position specified by insertPosition instead of continuing to float. -- 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: Owner: vogt.adam Labels: Component-Contrib Type-Defect Comment #1 on issue 334 by vogt.adam: insertPosition kills doFloat http://code.google.com/p/xmonad/issues/detail?id=334 To confirm, by after you mean as function composition (which is the actual order): insertPosition Above Older <+> doFloat Or in the other order. -- 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: Fixed
Comment #2 on issue 334 by vogt.adam: insertPosition kills doFloat
http://code.google.com/p/xmonad/issues/detail?id=334
I've pushed a patch which should make the order of insertPosition and
doFloat
unimportant:
Fri Nov 13 11:14:02 EST 2009 Adam Vogt
participants (1)
-
codesite-noreply@google.com