On Tue, 17 Oct 2023 19:14:48 GMT, Andy Goryachev <ango...@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