RFR: 8089280: horizontal scrollbar should never become visible in TableView with constrained resize policy [v3]
Marius Hanl
mhanl at openjdk.org
Wed Sep 14 07:05:51 UTC 2022
On Mon, 12 Sep 2022 15:33:29 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
>> Modified the tree/table view internals to suppress the horizontal (a.k.a. breadth in VirtualFlow) scroll bar when a constrained resize mode is in effect. This change complements fixes added in [JDK-8089009](https://bugs.openjdk.org/browse/JDK-8089009) without addressing other bugs found in https://bugs.openjdk.org/browse/JDK-8292810
>
> Andy Goryachev has updated the pull request incrementally with two additional commits since the last revision:
>
> - Merge remote-tracking branch 'origin/8089280.suppress' into 8089280.suppress
> - 8089280: review comments
Just a question here:
By suppressing the horizontal scrollbar, aren't we fighting the symptom here rather than investigating why it is sometimes still shown?
-------------
PR: https://git.openjdk.org/jfx/pull/894
More information about the openjfx-dev
mailing list