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
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
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?
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
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
The text was updated successfully, but these errors were encountered: