JonyEpsilon / gorilla-repl

A rich REPL for Clojure in the notebook style.
http://gorilla-repl.org
MIT License
888 stars 104 forks source link

Tab jump behind Save file popup #246

Open AlexAti opened 8 years ago

AlexAti commented 8 years ago

When the Save file popup is open, and focus is on the popup, hitting Tab jump to the next editable element, which is inside the worksheet and behind the popup.

This is a nasty behaviour as I could mistakenly edit the contents of the file, and then click on the popup and save the document with errors. Also, the fact that there's a translucent overlay on top of the worksheet makes this error more difficult to notice.

I would advise to either not allow the focus jump, or quit the popup when doing so.