Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ctrl-D sometimes propagates to other windows #2

Open
ivankozik opened this issue May 7, 2012 · 1 comment
Open

Ctrl-D sometimes propagates to other windows #2

ivankozik opened this issue May 7, 2012 · 1 comment

Comments

@ivankozik
Copy link

Pressing Ctrl-D to close a clj-swingrepl window sometimes propagates the key/close event to another window, closing more than the REPL than you intended to close. This happens even if the other REPL is in another process.

Tested on Windows; might not happen elsewhere.

@ivankozik
Copy link
Author

Looks like a Ctrl-D in another application entirely can make clj-swingrepl quit (as long as clj-swingrepl receives focus next). I guess there's some keyup/keydown logic that needs fixing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant