You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a new location with a very long title and pick that one
Go to the calendar day view on the day of that event
Expected Behaviour
Title should be truncated to single line
Actual Behaviour
Title renders in full, breaking the layout
Screenshots (if you have any)
Proposed solutions
It can be argued that it should not be possible to even enter such long titles, and while there is a limit in the API, it's very big (I think 300 characters or 3000 characters). But even if you decide to add some max length to the title field in the UI, the day view still needs to handle long titles.
The text was updated successfully, but these errors were encountered:
Description
It's currently possible to enter very long event and location titles, and have them render in the
CalendarDayView
in a way that breaks the UI.Steps to reproduce
Expected Behaviour
Title should be truncated to single line
Actual Behaviour
Title renders in full, breaking the layout
Screenshots (if you have any)
Proposed solutions
It can be argued that it should not be possible to even enter such long titles, and while there is a limit in the API, it's very big (I think 300 characters or 3000 characters). But even if you decide to add some max length to the title field in the UI, the day view still needs to handle long titles.
The text was updated successfully, but these errors were encountered: