Integrated: 8277853: With Touch enabled devices scrollbar disappears and the table is scrolled to the beginning

2022-01-27 Thread meghanEmbrace
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

Re: RFR: 8277853: With Touch enabled devices scrollbar disappears and the table is scrolled to the beginning [v3]

2022-01-25 Thread meghanEmbrace
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

Re: RFR: 8277853: With Touch enabled devices scrollbar disappears and the table is scrolled to the beginning [v4]

2022-01-25 Thread meghanEmbrace
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

Re: RFR: 8277853: With Touch enabled devices scrollbar disappears and the table is scrolled to the beginning [v2]

2022-01-25 Thread meghanEmbrace
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

Re: RFR: 8277853: With Touch enabled devices scrollbar disappears and the table is scrolled to the beginning [v3]

2022-01-25 Thread meghanEmbrace
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

Re: RFR: 8277853: With Touch enabled devices scrollbar disappears and the table is scrolled to the beginning [v2]

2022-01-25 Thread meghanEmbrace
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

Re: RFR: 8277853: With Touch enabled devices scrollbar disappears and the table is scrolled to the beginning [v2]

2022-01-24 Thread meghanEmbrace
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

RFR: 8277853: With Touch enabled devices scrollbar disappears and the table is scrolled to the beginning

2022-01-12 Thread meghanEmbrace
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