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 the left when >> trying

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

2022-01-25 Thread Kevin Rushforth
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 the left when >> trying

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 the left when >> trying

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

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