You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Style a RichTextArea so that it looks like a TextField (with space for only one line). Compared to a real TextField, it is very difficult to focus by mouse click -- only certain very fine locations will work. This issue may be related to #154.
Addendum: I have been able to work around this by wrapping the RTA in an HBox, with a mouse filter on the HBox that requests focus on its RTA when the box gets a mouse pressed event.
The text was updated successfully, but these errors were encountered:
Style a RichTextArea so that it looks like a TextField (with space for only one line). Compared to a real TextField, it is very difficult to focus by mouse click -- only certain very fine locations will work. This issue may be related to #154.
Addendum: I have been able to work around this by wrapping the RTA in an HBox, with a mouse filter on the HBox that requests focus on its RTA when the box gets a mouse pressed event.
The text was updated successfully, but these errors were encountered: