squidowl / halloy

IRC application written in Rust
GNU General Public License v3.0
1.61k stars 58 forks source link

Reserved scroll on Mac OS #588

Open devantoine opened 1 month ago

devantoine commented 1 month ago

On Mac OS, scrolling on the trackpad is reserved.

Meaning scrolling up (two fingers from bottom to top) would scroll the window down, and vice-versa.

Halloy has the opposite behavior, scrolling up on the trackpad scrolls the pane up (meaning we go back in time in the message history).

I'm surprised because I've updated to 2024.12 after not using it for two weeks and just notice this behavior. IIRC it wasn't working like that the version before 🤔

casperstorm commented 1 month ago

Iced, the GUI framework we use had a bug which is being fixed in this PR #586 :)

casperstorm commented 1 month ago

A fix has been merged to master!