Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trackpad scrolling with momentum doesn't work on OS X #56

Open
teodorov opened this issue Dec 2, 2017 · 2 comments
Open

Trackpad scrolling with momentum doesn't work on OS X #56

teodorov opened this issue Dec 2, 2017 · 2 comments
Labels

Comments

@teodorov
Copy link

teodorov commented Dec 2, 2017

The vertical scroll lacks fluidity on OSX 10.11.6, while the horizontal scroll works as expected.
I have this problem with the demos, with juliar, and with my apps that integrate RichTextFx
See attached image for an illustration of the problem

ezgif-4-a6a97b039b

This issue its related to RichTextFX/issues/657 and RichTextFX/issues/265, and the solution proposed by @StrangeNoises works for me on OSX.

The @StrangeNoises code is integrated in the last codebase at #57

@JordanMartinez
Copy link
Contributor

JordanMartinez commented Dec 2, 2017

I'd need to study this more to know for sure, but should scrolling be handled entirely by the VirtualFlow (e.g. it handles scrolling in the filter phase of the event process) rather than the cell itself?

If so, should the VirtualFlow fire a new event that is received by the Cell, so that any scroll-related items can still affect that cell if need be?

@JordanMartinez
Copy link
Contributor

Closed by #64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants