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
It seems that inverting the scroll direction doesn't properly set the property isDirectionInvertedFromDevice for the scrolling event.
I think it used to, but I don't know when exactly it broke. My guess is it's due to an OS update (currently running Sonoma 14.5).
Some context:
I'm creating an application that has some elements that need to ignore natural scrolling, but as it is now I can't distinguish between my naturally scrolling trackpad and my "unnaturally" scrolling scroll wheel. This used to work:
If vertical "unnatural" is turned on but horizontal isn't, it should probably split the scroll event into two:
One with only the "unnaturalized" vertical scrolling that and the property isDirectionInvertedFromDevice set to false, and one with the horizontal scrolling where everything is unchanged.
I'd try to fix it myself, but I've got a bit of a weird development environment and I can't really build the project.
It seems that inverting the scroll direction doesn't properly set the property isDirectionInvertedFromDevice for the scrolling event.
I think it used to, but I don't know when exactly it broke. My guess is it's due to an OS update (currently running Sonoma 14.5).
Some context:
I'm creating an application that has some elements that need to ignore natural scrolling, but as it is now I can't distinguish between my naturally scrolling trackpad and my "unnaturally" scrolling scroll wheel. This used to work:
The text was updated successfully, but these errors were encountered: