Komodo / KomodoEdit

Komodo Edit is a fast and free multi-language code editor. Written in JS, Python, C++ and based on the Mozilla platform.
http://www.komodoide.com/komodo-edit
Other
2.15k stars 301 forks source link

Commando window is detachable #2807

Open mjainQA opened 7 years ago

mjainQA commented 7 years ago

Short Summary

While moving Komodo, Commando window gets detached.

Steps to Reproduce

  1. Click on commando
  2. Move Komodo

Expected results

Commando window should remain attached.

Actual results

Platform Information

Komodo Edit or IDE? Komodo Version? Operating System (and version)? macOS Komodo IDE, version 11.0.0-alpha1, build 90414, platform macosx. Built on Thu Aug 10 23:39:13 2017.

Additional Information

image

th3coop commented 7 years ago

I think the most important note is that Commando completely breaks when you do this. You can't enter text any more or interact with the dialog at all. You have to close it and reopen it again.

Naatan commented 7 years ago

The appropriate solution is to close Commando when your focus shifts outside of it. This is how it should already work, but I guess something is failing.