You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 demonstrationquill.slow.selection.1.2.online-video-cutter.com.mp4quill.slow.selection.2.2.online-video-cutter.com.mp4
The text was updated successfully, but these errors were encountered:
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:
(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
quill.slow.selection.1.2.online-video-cutter.com.mp4
quill.slow.selection.2.2.online-video-cutter.com.mp4
The text was updated successfully, but these errors were encountered: