RFR: 8178368: Right alignment of text fields and alignment of prompt text works incorrectly
Andy Goryachev
angorya at openjdk.org
Fri Feb 24 19:30:19 UTC 2023
On Fri, 24 Feb 2023 06:33:04 GMT, Karthik P K <kpk at openjdk.org> wrote:
> Yes this behavior looks unnatural. I see this issue in the mainline as well.
I think the condition to select one behavior or the other might be whether all the text fits in the visible area. If it does - use existing logic. If it does not - shift the text to the right.
Question: should we fix this as part of this PR (is it easy enough?) or does it warrant a separate Bug/RFE?
-------------
PR: https://git.openjdk.org/jfx/pull/980
More information about the openjfx-dev
mailing list