NoroffFEU / yeetsheet

1 stars 4 forks source link

Cell Inputs Overlap and Column Auto-Expansion Issues #39

Open Malkenes opened 5 months ago

Malkenes commented 5 months ago

Tested on commit [cd0e671]

There are two primary issues observed

Cell Input Overlapping: Inputs without wordbreaks from one cell overlap with another cell. Column Auto-Expansion: Long text entered into a cell causes the column to expand to fit the text, even when clicking outside of the cell.

Steps to reproduce

  1. Open the application
  2. Enter a long text string into any cell (e.g., "This is a very long text input to test the column expansion issue").
  3. Observe the column expand to fit the long text
  4. Click outside to lose focus
  5. Enter a long word into any cell (e,g,, "pneumonoultramicroscopicsilicovolcanoconiosis").
  6. Enter a long word into adjecent cell (e.g., "Hippopotomonstrosesquippedaliophobia").
  7. Observe the input from the first cell overlapping the adjecent cell cell.

Expected Result:

Actual Result:

Cell Inputs Overlap and Column Auto-Expansion Issues