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
The input to select recipients of a message in the Compose Message dialog visually takes a significant amount of time to update what entry the cursor is hovered over.
Steps to reproduce:
Open the compose message dialog from the Inbox.
Open the To: input.
Wave cursor around to select different options/leave the dialog area/etc
Observe the slow visual color updates.
Expected behavior:
The dialog should be as nearly as visually responsive as the input menu above it:
20241222-173428.mp4
Ignore the custom colors, i have a custom userstyle. Reverting to the stock CSS shows the same performance issue.
Actual behavior:
See above clip.
Additional notes:
Some profiling seems to show a lot of React calls slowing it down. Not sure how to debug further.
The text was updated successfully, but these errors were encountered:
Summary:
The input to select recipients of a message in the Compose Message dialog visually takes a significant amount of time to update what entry the cursor is hovered over.
Steps to reproduce:
Expected behavior:
The dialog should be as nearly as visually responsive as the input menu above it:
20241222-173428.mp4
Ignore the custom colors, i have a custom userstyle. Reverting to the stock CSS shows the same performance issue.
Actual behavior:
See above clip.
Additional notes:
Some profiling seems to show a lot of React calls slowing it down. Not sure how to debug further.
The text was updated successfully, but these errors were encountered: