-
Notifications
You must be signed in to change notification settings - Fork 51
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
Stuck in endless loop, UI frozen #14
Comments
@sgehrman Hi, can you attach the text as file here? |
It only hangs when I scroll down a bit. I just loaded that with CodeEditor and did a select all and copy. that works, but if I scrolll, it hangs. |
Thank you very much for your reply, but I haven't been able to reproduce the stuck issue. I noticed that when scrolling down to line 71, there will be an obvious lag. This is an issue that I am currently aware of. When a single line of text is too long, skia's layout engine calculations will be very slow. I suspect that you are also encountering the same issue. Perhaps this lag is amplified due to computer performance, maybe you can try deleting line 71. |
I'm on web and using the @littleq fork. line 71 takes like 5 mins to process. It's unusable. Please fix. |
For now I'm breaking up long lines which is a temporary solution that doesn't take forever to scroll |
Describe the bug
I'm downloading the text at this URL: https://youtube.co.jp probably others will fail, but that's what I'm testing
To Reproduce
Get the text for the the url https://youtube.co.jp and display it in a CodeEditor
Expected behavior
Should no crash
Screenshots
Device:
The text was updated successfully, but these errors were encountered: