bosskmk / pluto_grid

PlutoGrid is a dataGrid for flutter that can be controlled by the keyboard on desktop and web. Of course, it works well on Android and IOS.
https://pluto.weblaze.dev
MIT License
636 stars 290 forks source link

[Bug] Horizontal Scrollbar Freezes on Firefox #1014

Closed EduardoYamauchi closed 3 months ago

EduardoYamauchi commented 4 months ago

Steps to reproduce the bug

  1. Open the Firefox browser.
  2. Navigate to https://weblaze.dev/pluto_grid/build/web/#feature/cell-selection
  3. Scroll the grid to the bottom part of the Grid.
  4. With the mouse, click on the horizontal scrollbar.
  5. Quickly move to the end and start of the rows.

Result: The scroll becomes stuck.

https://github.com/bosskmk/pluto_grid/assets/13737650/4ed48303-c830-4725-b620-19dafd195871

Software versions

Flutter version: 3.16.9 PlutoGrid version: 7.0.2 macOS Sonoma: 14.3 Firefox browser version: 122.0 (64-bit)

FilipeMoreira commented 4 months ago

Same here. I noticed this happens when the mouse leaves the window area while dragging the scroll bar and then releases.

Flutter version: 3.16.8 PlutoGrid version: 7.0.2 Windows: 11 22H2 Firefox browser version: 122.0.1 (64-bit)

PabloCurty commented 4 months ago

Same here.

Flutter version: 3.16.8 PlutoGrid version: 7.0.2 Windows: 11 22H2 Firefox browser version: 122.0.1 (64-bit)

github-actions[bot] commented 3 months ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 3 months ago

This issue was closed because it has been inactive for 14 days since being marked as stale.

EduardoYamauchi commented 3 months ago

@bosskmk waiting for answers, please reopen this issue.