Mouse scroll not working for table with fixed columns

Mouse scroll not working for table with fixed columns

flaskytablesflaskytables Posts: 2Questions: 1Answers: 0

Hi,

Some of our users are reporting that they are unable to vertically scroll data tables using the mouse wheel. This issue only seems to occur when fixed columns are enabled. If the user moves the mouse to a different section of the page than the datatable, the mode scrolling functions fine again.

I have managed to setup a public example of this issue here:

https://indexgain-portfolio-tracker.herokuapp.com/scrolldemo

And a video of the issue here:

https://dropbox.com/s/62y8spck4tv03vh/File%20from%20iOS.MOV?dl=0

The user reporting this is using:
Windows 10 Pro Version 1909
Chrome Version 83.0.4103.106 (Chrome is up to date)

Oddly, it works okay on my development mac with chrome, and a windows VM running chrome.

Any assistance appreciated.

Many Thanks!

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,599

    I'm seeing that with a laptop's touch bad with a two finger scroll, so likely to be the same issue. I've raised it internally (DD-1537 for my reference) and we'll report back here when there's an update.

    Cheers,

    Colin

  • flaskytablesflaskytables Posts: 2Questions: 1Answers: 0

    FYI, I think you can ignore this query. We managed to track the issue down to the (likely incorrect) use of PerfectScrollbar on the containing page, and this seems to have been interfering with the scroll events.

    Cheers!

  • colincolin Posts: 15,237Questions: 1Answers: 2,599

    OK, appreciate you letting us know.

    Colin

This discussion has been closed.