voletri / superputty

Automatically exported from code.google.com/p/superputty
MIT License
0 stars 0 forks source link

Have to Press Menu Bar Items Multiple Times for Drop Downs to Appear #436

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  Open SuperPuTTY
2.  Open a session, then minimize or defocus SuperPuTTY
3.  Refocus SuperPuTTY and attempt to click a menu bar item.

What is the expected output? What do you see instead?

The menu bar item's drop down should appear, instead nothing happens and you 
have to click again for it to appear.  (Three times if you are also refocusing 
with the first click)

What version of the product are you using? On what operating system?

SuperPuTTY v1.4.0.4, using KiTTY 0.63.0.5 on Windows 8.1 64-bit

Original issue reported on code.google.com by JaredFernandez on 23 Jun 2014 at 4:57

GoogleCodeExporter commented 9 years ago
Thanks for the report! 

What is happening here is each session is a different application running, so 
when you refocus SuperPutty it automatically sets focus to the running session 
(desired behavior), So the first click on the Menu is focusing SuperPutty, the 
second click is being handled. I'll look into what can be done about this.

Original comment by jimradford@gmail.com on 23 Jun 2014 at 8:07

GoogleCodeExporter commented 9 years ago
Gotcha; thanks for the explanation!  In any case, it's a very minor annoyance, 
so I wouldn't give it too much thought.  I just wanted to report it since I 
didn't see it mentioned anywhere else.

Original comment by JaredFernandez on 24 Jun 2014 at 10:42