1) Fill in the sample text.
2) Launch the application on Chrome (flutter web), now try to scroll and or mark text
(I did not test any other platforms yet as I am currently prototyping)
Expected results
Scrolling works without problems. Marking text works with maybe a short delay.
Actual results
Different bugs occur, see the video. Sometimes the handle is not grabbed even though I am clearly on the handle area and it is dark grey showing that it can get grabbed. Sometimes it starts scrolling then jumps up and refuses to move any further.
This is seemly random, I could not find any reasons for this behaviour.
Manually scrolling up and down with the mouse wheel appears to reset this behaviour sometimes.
Note that I increased the size of the scrollbar specifically when trying to debug the issue, it occurs also on the default scrollbar size.
Additional Context
Screenshots / Video demonstration
https://github.com/user-attachments/assets/976d8c38-c906-4553-851f-18e604f5c4c6
https://github.com/user-attachments/assets/ac15f8ec-2cb6-44e2-849b-65b12eadd7dc
Note by setting enableInteractiveSelection: false the problem just vanished, so the scrolling issue has to do something with the interactive selection issue.
Is there an existing issue for this?
Flutter Quill version
10.8.5
Steps to reproduce
Sample code:
1) Fill in the sample text. 2) Launch the application on Chrome (flutter web), now try to scroll and or mark text
(I did not test any other platforms yet as I am currently prototyping)
Expected results
Scrolling works without problems. Marking text works with maybe a short delay.
Actual results
Different bugs occur, see the video. Sometimes the handle is not grabbed even though I am clearly on the handle area and it is dark grey showing that it can get grabbed. Sometimes it starts scrolling then jumps up and refuses to move any further. This is seemly random, I could not find any reasons for this behaviour. Manually scrolling up and down with the mouse wheel appears to reset this behaviour sometimes.
Note that I increased the size of the scrollbar specifically when trying to debug the issue, it occurs also on the default scrollbar size.
Additional Context
Screenshots / Video demonstration
https://github.com/user-attachments/assets/976d8c38-c906-4553-851f-18e604f5c4c6 https://github.com/user-attachments/assets/ac15f8ec-2cb6-44e2-849b-65b12eadd7dc