mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-21 20:09:37 +00:00
Stefan
e8b9760c4f
fix(StatusQ) scrolling on macOS if mouse pointer is over StatusBaseInput
This commit fixes a scrolling on macOS using trackpad in the context of Add Wallet Account using seed-phrase. Considerations: The scrolling of advanced input with seed-phrase selected was failing when mouse pointer was moving over a word phrase. Scrolling of the popup content in AddAccountModal would not work when the mouse pointer was over a StatusSeedPhraseInput form the ImportSeedPhrasePanel The identified root cause is StatusBaseInput's flicker which captures the mouse wheel event. It seems the trackpad wheel events are handled differently on macOS by the flicker and not propagated to the parent. Fixes #5355
…
…
…
…
…
Status-desktop
Desktop client for the Status Network built with Nim and Qt
Dev Docs: https://hackmd.io/@status-desktop/B1naRjxh_/https%3A%2F%2Fhackmd.io%2F%40status-desktop%2FB1eOaf-nd
Description
Languages
QML
38.2%
JavaScript
30.2%
Nim
18.8%
Python
5.7%
C++
5.3%
Other
1.7%