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

App breaks when note content is too large #44

Open
citomcclure opened this issue Jun 18, 2024 · 0 comments
Open

App breaks when note content is too large #44

citomcclure opened this issue Jun 18, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@citomcclure
Copy link
Owner

citomcclure commented Jun 18, 2024

Issue

When text exceeds the height of the primary note content area, it will extend off the page, which has scroll off, so the user gets stuck unless they delete some of the text.

Screen.Recording.2024-06-18.at.1.01.23.PM.mov

Steps to Reproduce

  1. Create a new note (or edit existing one)
  2. Add text to note content area until it runs off the page

Recommended Fix

  • Make content area scrollable, possibly reusing code from note preview mini scroll area
  • Make app scrollable (not preferred)
  • Put maximum note length (effort might be to high for bugfix)
@citomcclure citomcclure added the bug Something isn't working label Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Ready
Development

No branches or pull requests

1 participant