Skip to content

[BUG] Height of Notes Obscures Buttons #573

@dannyvfilms

Description

@dannyvfilms

Describe the bug
The “Notes” textarea in the edit‐item modal defaults to rows="10", making it excessively tall and pushing the “Save”/“Cancel” buttons off‐screen unless the user scrolls the entire dialog.

Image
Image

To Reproduce

  1. Open Yamtrack and click to add or edit notes on any item.
  2. Observe that the Notes field spans ten rows by default.
  3. Notice that the modal’s “Save”/“Cancel” buttons are not visible without scrolling.

Expected behavior
The textarea should be roughly the same height as other inputs (e.g., rows="5") so the buttons remain visible without extra scrolling.

Screenshots
Solution: textarea rows="5"

Image

Error logs
N/A

Yamtrack version: Version: v0.23.1-20-ga7818fa
Database: SQLite (default) or PostgreSQL

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingfixed in devFixed in the development branch

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions