[xmonad] Issue 560 in xmonad: Popup (code completion) window disappears
codesite-noreply at google.com
codesite-noreply at google.com
Tue Mar 11 18:33:58 UTC 2014
Comment #11 on issue 560 by Jan.Pa... at gmail.com: Popup (code completion)
window disappears
http://code.google.com/p/xmonad/issues/detail?id=560
Nah, the problem with main completion window not being managed by xmonad is
not lack of WM_STATE but rather lack of MapRequest event on its creation
(only *Notify events are generated). If I replace handler for
MapRequestEvent to process MapNotifyEvent it's kinda better -- main
completion window stays up, but the additional small window never shows up
as well as xmobar. No idea where to go from here - why MapRequest is not
generated and how IntelliJ could possibly fix this...
--
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