We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4fc9e3 commit 86c440eCopy full SHA for 86c440e
sources/net.sf.j2s.java.core/src/swingjs/plaf/JSTextAreaUI.java
@@ -176,7 +176,7 @@ protected boolean handleTab(Object jqEvent) {
176
177
@Override
178
public void caretUpdatedByProgram(CaretEvent e) {
179
- if (!jc.isVisible() || !isAWT) // for now, AWT only
+ if (!jc.isVisible() || !isAWT || domNode == null) // for now, AWT only
180
return;
181
@SuppressWarnings("unused")
182
int pt = e.getDot();
0 commit comments