codehenry / xmonad

Automatically exported from code.google.com/p/xmonad
0 stars 0 forks source link

Weird XMonad.Shell.Prompt behaviour with held down mouse button #562

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Bind the prompt in your xmonad.hs to a key
2. Hold down left mouse button
3. Spawn the prompt and try to use it

What is the expected output? What do you see instead?
I expect the prompt to behave as usual. Instead, when pressing keys such as 
return or ESC, I get visible characters instead and the prompt won't close.

What version of the product are you using? On what operating system?
xmonad 0.11
Linux misaki 3.12.3-gentoo #2 SMP Sat Dec 7 23:14:57 GMT 2013 i686 Intel(R) 
Core(TM)2 Duo CPU L7700 @ 1.80GHz GenuineIntel GNU/Linux

Are you using an xmonad.hs?  Please attach it and the output of "xmonad
--recompile".
The relevant line is
>    [ ((modMask x .|. controlMask, xK_p), shellPrompt defaultXPConfig)

I can't show --recompile as my xmonad config currently doesn't build. Let me 
know if you need more info and I'll fix it up and post the output along with 
full config.

Please provide any additional information below.

Original issue reported on code.google.com by fuuze...@fuuzetsu.co.uk on 6 Jan 2014 at 5:26

GoogleCodeExporter commented 8 years ago
Attached is my xmonad.hs considering someone on the mailing list could not 
replicate.

Original comment by fuuze...@fuuzetsu.co.uk on 10 Jan 2014 at 10:46

Attachments: