totu / Swipe2Nav

Firefox Add-on to enable two-finger left and right gestures to navigate browser history
MIT License
18 stars 4 forks source link

Unwanted trigger when scrolling a horizontal field #6

Closed wilderbridge closed 2 years ago

wilderbridge commented 3 years ago

When scrolling a field vertically, Swipe2Nav triggers when using 2 finger swipe to right. This is unwanted as I want to inspect the field, not trigger Swipe2Nav.

You can verify the problem by trying to scroll this field left and right: Scrolling to to left works but scrolling to right triggers Swipe2Nav.

curl -XPOST -u "${{ secrets.PAT_USERNAME}}:${{secrets.PAT_TOKEN}}" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/YOURNAME/APPLICATION_NAME/dispatches --data '{"event_type": "build_application"}'

I'll try to find time to see if it's possible to ignore swipes if one is swiping these codeblocks but it might be difficult as the implementations vary.

This really makes me appreciate Apple as this does not happen on Macs...