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

Slow vertical scroll on OSX #657

Open
teodorov opened this issue Nov 25, 2017 · 6 comments
Open

Slow vertical scroll on OSX #657

teodorov opened this issue Nov 25, 2017 · 6 comments
Labels
bug dependency OS-Mac Issues specific to the Mac platform

Comments

@teodorov
Copy link

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

@ITrun90
Copy link

ITrun90 commented Nov 26, 2017

I can confirm the problem. It also seems to depend on the height of the editor whether the scrolling works well or not.

@JordanMartinez
Copy link
Contributor

Could you please open up an issue in Flowless, as that's what's causing the bug?

@JordanMartinez
Copy link
Contributor

This may be related to #265

@teodorov
Copy link
Author

teodorov commented Dec 2, 2017

I think this issue is indeed related to #265.
And the solution proposed by @StrangeNoises (#265#issuecomment-262994643) seem to work.
However someone more knowledgeable than me should look at case of the reusable cells.

@JordanMartinez JordanMartinez added the OS-Mac Issues specific to the Mac platform label Apr 5, 2018
@JordanMartinez
Copy link
Contributor

This bug may be fixed (or at least lessened) if one uses the most recent Flowless release: 0.6.1. I'm hesitant about upgrading RichTextFX's code to that so soon after the 0.9.0 release because it should also include additional public API (getFirst/LastVisibleParagraphIndex) as a faster variant of visibleParToAllParIndex(1 / getVisibleParagraphs().size() -1)

@ghost
Copy link

ghost commented Jun 26, 2020

@Jugen this is probably related to #935 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug dependency OS-Mac Issues specific to the Mac platform
Projects
None yet
Development

No branches or pull requests

3 participants