RFR: 8089280: horizontal scrollbar should never become visible in TableView with constrained resize policy [v2]

Andy Goryachev angorya at openjdk.org
Fri Sep 9 22:00:39 UTC 2022


> 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
> 
> This PR might need a CSR since a public method is added to VirtualFlow:
> 
> 
>     /**
>      * Suppresses the breadth bar from appearing.
>      */
>     public void setSuppressBreadthBar(boolean suppress) {
>         this.suppressBreadthBar = suppress;
>     }

Andy Goryachev has updated the pull request incrementally with one additional commit since the last revision:

  8089280: added tests

-------------

Changes:
  - all: https://git.openjdk.org/jfx/pull/894/files
  - new: https://git.openjdk.org/jfx/pull/894/files/ac97fb72..dc1dc25c

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jfx&pr=894&range=01
 - incr: https://webrevs.openjdk.org/?repo=jfx&pr=894&range=00-01

  Stats: 147 lines in 4 files changed: 99 ins; 37 del; 11 mod
  Patch: https://git.openjdk.org/jfx/pull/894.diff
  Fetch: git fetch https://git.openjdk.org/jfx pull/894/head:pull/894

PR: https://git.openjdk.org/jfx/pull/894


More information about the openjfx-dev mailing list