phillbush / shod

mouse-based window manager that can tile windows inside floating containers
MIT License
177 stars 5 forks source link

IntelliJ IDEA focus problems #55

Open daym opened 1 year ago

daym commented 1 year ago

When using IntelliJ IDEA Community edition, clicking on any of the editor tab contents in order to focus it is instead focusing the tab and then immediately unfocusing it again. Similar things happen with the Swing GUI Editor (try editing any property) in there.

You can try it like this:

  1. Start IntelliJ IDEA
  2. Open any two files
  3. Click on the other file's tab and then into its text area (seems to be worse if there's actually an identifier that IDEA knows there)
  4. Observe that 70% of the time the new text area doesn't focus (well, it does focus for 100 ms or so :) ) so it's almost impossible to edit any files.

I've also compared this same installation just with openbox instead of shod--and, there, everything works normally.

Tried with shod 2.6.2 and with shod commit d8f98083201827cf7f80b2d1e52d93b230e504d4.