status-im / status-desktop

Status Desktop client made in Nim & QML
https://status.app
Mozilla Public License 2.0
299 stars 79 forks source link

Wallet accounts "disappeared" on Mac when used scrollwheel #15769

Open Seitseman opened 3 months ago

Seitseman commented 3 months ago

Bug Report

Description

Having a scrollwheel mouse or trackpad connected to Mac and scrolling over some lists in Status app results in some items not being able to scroll back to its initial position

Steps to reproduce

Screenshot 2024-07-24 at 15 01 35

Sometimes its not possible to scroll the contents back:

https://github.com/user-attachments/assets/3b6672fb-1250-44f9-9119-218ce084c749

Expected behavior

Items could be brought back, last item could not be scrolled up past view top

Actual behavior

It looks like there are no top bounds in the view.

Additional Information

Cuteivist commented 2 months ago

List hiding is pretty rare.

All of that (additionally with weird scrolling using mouse wheel) looks like Qt bug on Mac. ListView doesn't change value to anything weird, so it must be something internally causing these incorrect behaviors.