Skip to content
New issue

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

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

Already on GitHub? # to your account

Gutter does not scroll with the code editor #288

Open
livtanong opened this issue Feb 4, 2025 · 1 comment
Open

Gutter does not scroll with the code editor #288

livtanong opened this issue Feb 4, 2025 · 1 comment

Comments

@livtanong
Copy link

How to reproduce:

  1. Set CodeField expands: true
  2. Enable line numbers for easier visibility
  3. Add more lines than can fit in the view to trigger the scroll view
  4. Scroll the code field
  5. You'll see that the gutter remains stationary.

Insights

Inspection of the code reveals that the gutter is inside a Row, alongside the editing field. The scroll view is inside the editing field, which means that as the current structure stands, the gutter can never scroll, with code. A significant refactor will need to be done, in order for the gutter to behave as expected.

@AthulNoobie
Copy link

same issue. Any solution yet?

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

No branches or pull requests

2 participants