grouped_list icon indicating copy to clipboard operation
grouped_list copied to clipboard

Sticky header not updated on web

Open matteoberla opened this issue 11 months ago • 1 comments

Describe the bug When scrolling down using the mouse and then returning back to the top of the list, the sticky header is not updated correctly and it remains stack to another header. I've noticed that it only happens when the height of the items grouped under an header is lower that a certain amout. (Not sure of the following) This amount seems to be connected to the "step" that the view make each time the mouse wheel is scrolled as it doesn't move row by row, instead it seems to skip some rows.

If i use the lateral bar the problem is not happening, probably because the scroll action is made step by step. The bug is UI only.

List at startup list ok

List after scrolling up and down (you see that the first item Ven, 08/03/2024 is repeated two times through the list) list bug

Expected behavior I don't know if it's possibile fix this issue as it strictly depends on the mouse that a user is using, but updating the header to the correct one would be nice.

Information:

  • Dart version: Dart 3.3.1
  • Flutter version: Flutter 3.19.3
  • Platform: WEB
  • Package version: grouped_list: ^5.1.2

matteoberla avatar Mar 19 '24 09:03 matteoberla