phillbush/shod

IntelliJ IDEA focus problems

Opened this issue · 0 comments

daym commented

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 d8f9808.