Skip to content

Fix flash message overflow - #12624

Open
alejandro-2g wants to merge 1 commit into
openstreetmap:developfrom
alejandro-2g:fix-9072-flash-message-overflow
Open

Fix flash message overflow#12624
alejandro-2g wants to merge 1 commit into
openstreetmap:developfrom
alejandro-2g:fix-9072-flash-message-overflow

Conversation

@alejandro-2g

Copy link
Copy Markdown

Description

This pull request fixes the flash message overflow issue described in #9072.

When a long follow mode error message is displayed in a narrow browser window, the message is now allowed to wrap onto multiple lines instead of being cut off. The hide animation was also updated so multiline flash messages move completely out of view when dismissed, preventing any portion of the message from remaining visible in the footer.

Fixes #9072

Testing

  • Reproduced the follow mode flash message overflow issue in Mozilla Firefox on Linux Mint using a narrow browser window.
  • Verified that long follow mode error messages wrap onto multiple lines and remain fully readable.
  • Verified that flash messages disappear completely after the display duration without leaving any text visible in the footer.
  • Ran npm test.

Test results:

  • 137 test files passed
  • 2362 tests passed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Follow mode flash message has overflow hidden

1 participant