quasarframework / quasar

Quasar Framework - Build high-performance VueJS user interfaces in record time
https://quasar.dev
MIT License
25.29k stars 3.43k forks source link

Virtual Scroll in QTable does not stop scrolling down when used with Stickey Column in the first column #17107

Open Ryokusitai opened 4 weeks ago

Ryokusitai commented 4 weeks ago

What happened?

If you set the first column as Stickey Column in QTable, enable Virtual Scroll, left click and hold on the scroll bar, and scroll down a little bit, it will automatically scroll to the bottom.

What did you expect to happen?

Assuming the scrollbar was left clicked and held, if it is moved slightly, the scrollbar will stop at that position.

Reproduction URL

https://codepen.io/PgMidori/pen/KKYBBwx

How to reproduce?

  1. Go to the provided reproduction link.
  2. click on the scroll bar
  3. click and hold to move the scroll bar down slightly, then wait.

Flavour

UMD

Areas

Components (quasar)

Platforms/Browsers

Chrome

Quasar info output

No response

Relevant log output

No response

Additional context

No response