RFR: 8343336: Add persistentScrollBars preference [v2]
Michael Strauß
mstrauss at openjdk.org
Thu Oct 31 20:52:50 UTC 2024
> This PR adds another accessibility preference that is available on all supported desktop platforms:
>
> 1. **Windows**: Settings -> Accessibility -> Visual Effects -> Always show scroll bars
> 2. **macOS**: System Settings -> Appearance -> Show scroll bars
> 3. **Ubuntu**: Settings -> Accessibility -> Seeing -> Always show scroll bars
>
> When the OS setting is changed, all platforms report updates that can be observed in JavaFX.
> The manual test application `test/manual/events/PlatformPreferencesChangedTest` can be used to test the feature.
Michael Strauß has updated the pull request incrementally with one additional commit since the last revision:
Change reducedScrollBars to persistentScrollBars
-------------
Changes:
- all: https://git.openjdk.org/jfx/pull/1618/files
- new: https://git.openjdk.org/jfx/pull/1618/files/d37118cf..bd6ecbce
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jfx&pr=1618&range=01
- incr: https://webrevs.openjdk.org/?repo=jfx&pr=1618&range=00-01
Stats: 34 lines in 9 files changed: 0 ins; 0 del; 34 mod
Patch: https://git.openjdk.org/jfx/pull/1618.diff
Fetch: git fetch https://git.openjdk.org/jfx.git pull/1618/head:pull/1618
PR: https://git.openjdk.org/jfx/pull/1618
More information about the openjfx-dev
mailing list