You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is basically a repost of clojure-emacs/cider-nrepl#610, but the origin of the cider-nrepl issue can be found here, in this repository.
Expected behavior
Using orchard (or any other library that depends on it) on mac does not affect the way how java swing frames are being displayed.
Actual behavior
Using orchard (or, for example cider/cider-nrepl) causes swing frames to "hover" on mac. I can't use cmd+tab to switch to the frame which makes developing very cumbersome.
This is basically a repost of clojure-emacs/cider-nrepl#610, but the origin of the cider-nrepl issue can be found here, in this repository.
Expected behavior
Using orchard (or any other library that depends on it) on mac does not affect the way how java swing frames are being displayed.
Actual behavior
Using orchard (or, for example cider/cider-nrepl) causes swing frames to "hover" on mac. I can't use cmd+tab to switch to the frame which makes developing very cumbersome.
Steps to reproduce the problem
lein repl
The reason for this behaviour can be found here: https://github.com/clojure-emacs/orchard/blob/master/src-newer-jdks/orchard/java/parser.clj#L134
Environment & Version information
Clojure version
Java version
Operating system
macOS Monterey 12.3.1
The text was updated successfully, but these errors were encountered: