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

The editor fails to scroll on a large text #4339

Open
girba opened this issue Mar 7, 2025 · 4 comments
Open

The editor fails to scroll on a large text #4339

girba opened this issue Mar 7, 2025 · 4 comments
Assignees
Labels
Milestone

Comments

@girba
Copy link
Member

girba commented Mar 7, 2025

On a large text, scrolling to the end raises an exception

Image

@girba girba added the bug label Mar 7, 2025
@girba girba added this to the v1.0 milestone Mar 7, 2025
@botwhytho
Copy link

I can confirm I've seen this (or similar issue) with text snippets. Pasted some long text into a text snippet from outside GT and if I open page in question, debuggers come up

@refactoringdr
Copy link
Contributor

I'm assuming this was a click to scroll and not a drag?

@girba
Copy link
Member Author

girba commented Mar 10, 2025

Both the click or the drag cause the problem.

@botwhytho
Copy link

botwhytho commented Mar 10, 2025

I was able to recreate what I've experienced by

  • Running the code below
  • Pasting in a text snippet
  • Closing Lepiter page
  • Reopening page
GtClipboard clipboardText: (String loremIpsum: 160000)

Seems to be a rendering issue more than a scrolling issue on my end. Let me know if I should open another ticket. I think this has more to do with the number of newlines than text itself because it originally occurred with a snippet that had one word per line

Image

Debuggers that come up

Image

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

3 participants