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
Bug Description:
When attempting to view a message inside the TalawaSnackbar, users are forced to scroll manually to see the entire content. Additionally, the duration the message stays up is insufficient.
To Reproduce:
Navigate to login page
Tap on tip.
Observe the TalawaSnackbar and try to view the entire message.
Expected Behavior:
It is expected that the TalawaSnackbar would have an auto-scroll similar to a marquee, allowing users to effortlessly read the entire content. The duration of the snackbar should also be dynamic, adjusting based on the length of the message.
Actual Behavior:
The current implementation lacks auto-scroll functionality, and the text is clipped by the screen, necessitating manual scrolling. Furthermore, the time limit for the snackbar is set to 2 seconds, which is insufficient for users to read longer messages.
Screenshot
The text was updated successfully, but these errors were encountered:
Congratulations on making your first Issue! 🎊 If you haven't already, check out our Contributing Guidelines and Issue Reporting Guidelines to ensure that you are following our guidelines for contributing and making issues.
Wreck-X
changed the title
Users are forced to manually scroll the contnent inside the snack bar to view the whole message.
Users are forced to manually scroll the content inside the snack bar to view the whole message.
Dec 8, 2023
Bug Description:
When attempting to view a message inside the TalawaSnackbar, users are forced to scroll manually to see the entire content. Additionally, the duration the message stays up is insufficient.
To Reproduce:
Expected Behavior:
It is expected that the TalawaSnackbar would have an auto-scroll similar to a marquee, allowing users to effortlessly read the entire content. The duration of the snackbar should also be dynamic, adjusting based on the length of the message.
Actual Behavior:
The current implementation lacks auto-scroll functionality, and the text is clipped by the screen, necessitating manual scrolling. Furthermore, the time limit for the snackbar is set to 2 seconds, which is insufficient for users to read longer messages.
Screenshot
The text was updated successfully, but these errors were encountered: