https://bugs.freedesktop.org/show_bug.cgi?id=52307
--- Comment #2 from Varun Madiath <[email protected]> 2012-09-11 22:46:10 UTC --- I think I can provide some additional details. I experienced the same issue. LibreOffice 3.5.6.2 Build ID: 350m1(Build:2) OS: Fedora 17 GHC version: 7.0.4 XMonad version : 0.10 Xmonad config file: ---------------------- import XMonad import XMonad.Config.Xfce import XMonad.Hooks.SetWMName import XMonad.Hooks.ICCCMFocus myTerminal = "xterm" main = xmonad xfceConfig { modMask = mod4Mask , terminal = myTerminal , startupHook = setWMName "LG3D" , logHook = takeTopFocus <+> logHook xfceConfig -- if this is xmonad 0.9, use >> instead of <+> } ----------------------- Steps to reproduce: ------------------- Run xmonad, open libreoffice calc and open dropdown box for changing the background color of a cell. Expected Result: ---------------- Box allowing for choice of color. Actual Result: -------------- Brief flash of box border, before box disappears. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
