I’m using a com.intellij.ui.EditorTextField field in order to get a regex from user’s input.
I need to enable/disable this field. Unfortunately, invoking .setEnabled(false) hides its borders. I think this is a bug, but I may miss something.
Enabled:
Disabled:
As you can see, the visual integration is not good (just for the comparison, the first field is a EditorTextField, the second field is a JTextField).
Does it work for you? If not, I will raise an issue.
Thanks

