RFR: 8205067: Resizing window with TextField hides text value
Karthik P K
kpk at openjdk.org
Wed Oct 18 06:53:52 UTC 2023
On Tue, 17 Oct 2023 19:14:48 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
> @karthikpandelu there seems to much flicker. Try placing the caret not at the end of the text, but a few characters before the end.
I see the issue. It always keeps the caret at the right edge if we increase the size. This creates flicker.
>Could we make it more like JTextField behavior which tries to position the text such that it occupies all the available space?
You mean we shall clip the text from right side as well similar to how it behaves if we decrease the window size from the left side?
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1263#issuecomment-1767784674
More information about the openjfx-dev
mailing list