Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UnreadNotice makes the screen jump. #4744

Closed
AkashDhiman opened this issue May 11, 2021 · 1 comment
Closed

UnreadNotice makes the screen jump. #4744

AkashDhiman opened this issue May 11, 2021 · 1 comment
Labels
duplicate Task closed to consolidate with an equivalent task.

Comments

@AkashDhiman
Copy link
Member

AkashDhiman commented May 11, 2021

mark-as-read-jumps-2

This makes it harder to communicate in realtime.

One possible way to fix this is to wrap everything below ChatNavBar in a position: 'relative' View and then style the UnreadNotice along with OfflineNotice as position: absolute. This would place them both above the MessageList. A disadvantage of this solution would be that it will hide the sticky topic name behind it.

Another solution is to use an extended floating action button that still renders on top but takes up less than 100% width. Something like this:

Screenshot from 2021-05-11 05-57-32

Yet another solution would be to not render UnreadNotice when a user is at the bottom of MessageList.

@AkashDhiman AkashDhiman added the duplicate Task closed to consolidate with an equivalent task. label May 25, 2021
@AkashDhiman
Copy link
Member Author

duplicate of #4526

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Task closed to consolidate with an equivalent task.
Projects
None yet
Development

No branches or pull requests

1 participant