requestFocusInWindow() does not work on Text Areas

Ignition 7.5.4
Java 6.27
Windows 2008 Server

requestFocusInWindow() appears to work on all components except Text Areas

This is not a big concern for me, but I noticed it and thought I would go ahead and report it.

You’re right: please use this instead:

textArea.getViewport().getView().requestFocusInWindow()