RFR: 8314683: TextArea: scroll bar size and content padding
Kevin Rushforth
kcr at openjdk.org
Wed Jun 5 15:11:03 UTC 2024
On Wed, 5 Jun 2024 14:52:37 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
> > This PR presupposes that the scroll bar size and content padding _should_ be changed to be independent of the font size
>
> I disagree. The size of the UI elements enveloping a content area should not depend on the font size of the font used in that particular content area. It should depend on the base font size, yes - i.e. it should scale with the scaling of the base font.
If I understand what you are saying, this change will make the size of the scroll bars and content padding be relative to the size of the root? In that case, yes this seems like a Bug (so no need to change the issue type). Can you update the issue title (in JBS and in this PR) to make this more clear?
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1469#issuecomment-2150314228
More information about the openjfx-dev
mailing list