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
Hi Tomas,
I have a text area which I use to display long bodies of text, where the text is often taller than the window (java stage) which hosts the text area, thus requires scrolling.
I am placing the InlineCssTextArea object inside an AnchorPane and I am binding its width and height to the AnchorPane width and height.
The text flows correctly in the text area, however the scroll bars do not seem to scale correctly. They remain in full length regardless of the window size.
I can only go up or down the text area by arrow keys.
Are you able to reproduce this? If not, I will try to do more testing.
Thanks,
Maher
The text was updated successfully, but these errors were encountered:
Hi Tomas,
I have a text area which I use to display long bodies of text, where the text is often taller than the window (java stage) which hosts the text area, thus requires scrolling.
I am placing the InlineCssTextArea object inside an AnchorPane and I am binding its width and height to the AnchorPane width and height.
The text flows correctly in the text area, however the scroll bars do not seem to scale correctly. They remain in full length regardless of the window size.
I can only go up or down the text area by arrow keys.
Are you able to reproduce this? If not, I will try to do more testing.
Thanks,
Maher
The text was updated successfully, but these errors were encountered: