[xmonad] Issue 560 in xmonad: Popup (code completion) window disappears
codesite-noreply at google.com
codesite-noreply at google.com
Tue Nov 5 09:13:40 UTC 2013
Status: New
Owner: ----
New issue 560 by j... at jupiter.dk: Popup (code completion) window disappears
http://code.google.com/p/xmonad/issues/detail?id=560
What steps will reproduce the problem?
1. Start IntelliJ IDE (I tried phpstorm)
2. Do word completion ("IntelliSense") and find a long method
signature/description in the popup
3. Completion popup window mostly disappears (see attached photo).
What is the expected output? What do you see instead?
That the window stays visible
What version of the product are you using? On what operating system?
$ xmonad --version
xmonad 0.11
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 13.04
Release: 13.04
Codename: raring
Are you using an xmonad.hs?
import XMonad
import XMonad.Hooks.SetWMName
import XMonad.Hooks.DynamicLog
import XMonad.Hooks.ICCCMFocus
import XMonad.Hooks.ManageHelpers
import XMonad.Hooks.EwmhDesktops
main = xmonad $ defaultConfig
{
modMask = mod4Mask,
startupHook = setWMName "LG3D" >> takeTopFocus,
manageHook = composeOne [
transience,
isFullscreen -?> doFullFloat
],
logHook = setWMName "LG3D" >> takeTopFocus
}
Log of xmonad --recompile is empty.
Attachments:
phpstorm-xmonad.png 16.8 KB
--
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
More information about the xmonad
mailing list