On Thu, 2 Dec 2021 10:12:50 GMT, meghanEmbrace wrote:
> With a touch-enabled device, the scrollbar disappears a short while after
> it's used. During the layout, updateHbar() checks the hbar visibility and
> resets the clip, causing the user to be scrolled fully to the left whe
On Tue, 25 Jan 2022 14:34:09 GMT, meghanEmbrace wrote:
>> With a touch-enabled device, the scrollbar disappears a short while after
>> it's used. During the layout, updateHbar() checks the hbar visibility and
>> resets the clip, causing the user to be scrolled fully to t
whether the hbar is necessary.
meghanEmbrace has updated the pull request incrementally with one additional
commit since the last revision:
Updated test name to be more descriptive.
-
Changes:
- all: https://git.openjdk.java.net/jfx/pull/688/files
- new: https://git.openjdk.java.ne
On Tue, 25 Jan 2022 07:54:21 GMT, meghanEmbrace wrote:
>> With a touch-enabled device, the scrollbar disappears a short while after
>> it's used. During the layout, updateHbar() checks the hbar visibility and
>> resets the clip, causing the user to be scrolled fully to t
whether the hbar is necessary.
meghanEmbrace has updated the pull request incrementally with one additional
commit since the last revision:
Replaced the null test with an assert.
-
Changes:
- all: https://git.openjdk.java.net/jfx/pull/688/files
- new: https://git.openjdk.java.net/jfx/pull
On Tue, 25 Jan 2022 07:54:21 GMT, meghanEmbrace wrote:
>> With a touch-enabled device, the scrollbar disappears a short while after
>> it's used. During the layout, updateHbar() checks the hbar visibility and
>> resets the clip, causing the user to be scrolled fully to t
whether the hbar is necessary.
meghanEmbrace has updated the pull request incrementally with one additional
commit since the last revision:
Added requested automated test
-
Changes:
- all: https://git.openjdk.java.net/jfx/pull/688/files
- new: https://git.openjdk.java.net/jfx/pull
With a touch-enabled device, the scrollbar disappears a short while after it's
used. During the layout, updateHbar() checks the hbar visibility and resets the
clip, causing the user to be scrolled fully to the left when trying to access
columns on the right. Using hbar.isVisible() is not feasibl