Issue 287 in xmonad: DragPane doesn't work when rotated or reflected

Status: New Owner: ---- New issue 287 by konstantin.sobolev: DragPane doesn't work when rotated or reflected http://code.google.com/p/xmonad/issues/detail?id=287 What steps will reproduce the problem? try to use this as layout hook:
import XMonad.Layout.Reflect import XMonad.Layout.DragPane ... layoutHook = reflectHoriz $ dragPane Vertical 0.1 (1/3)
What is the expected output? What do you see instead? Splitter can't be dragged with a mouse. It is drawn at 2/3 position, but I see it flickering at 1/3 when hovering the mouse over it. What version of the product are you using? On what operating system? Darcs version on Gentoo -- 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