Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fix(timeline): scroll correctly at the bottom when sending message #2087
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
base: dev
Are you sure you want to change the base?
fix(timeline): scroll correctly at the bottom when sending message #2087
Changes from all commits
b473343File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Check failure on line 123 in src/app/utils/dom.ts
src/app/features/room/RoomTimeline.test.tsx > RoomTimeline content ResizeObserver > scrolls to the nearest visible row when the jump target is filtered out
Check failure on line 123 in src/app/utils/dom.ts
src/app/features/room/RoomTimeline.test.tsx > RoomTimeline content ResizeObserver > cancels a pending context load when opening an already-rendered event
Check failure on line 123 in src/app/utils/dom.ts
src/app/features/room/RoomTimeline.test.tsx > RoomTimeline content ResizeObserver > remounts the virtualizer when switching to a focused timeline window
Check failure on line 123 in src/app/utils/dom.ts
src/app/features/room/RoomTimeline.test.tsx > RoomTimeline content ResizeObserver > does not treat a pointer press as an initial timeline scroll
Check failure on line 123 in src/app/utils/dom.ts
src/app/features/room/RoomTimeline.test.tsx > RoomTimeline content ResizeObserver > does not cancel the delayed initial bottom scroll for a Virtua scroll callback
Check failure on line 123 in src/app/utils/dom.ts
src/app/features/room/RoomTimeline.test.tsx > RoomTimeline content ResizeObserver > cancels the delayed initial bottom scroll when the user scrolls up
Check failure on line 123 in src/app/utils/dom.ts
src/app/features/room/RoomTimeline.test.tsx > RoomTimeline content ResizeObserver > does not re-pin on content growth after scrolling off the bottom
Check failure on line 123 in src/app/utils/dom.ts
src/app/features/room/RoomTimeline.test.tsx > RoomTimeline content ResizeObserver > re-pins to the bottom when the timeline viewport shrinks while pinned and live
Check failure on line 123 in src/app/utils/dom.ts
src/app/features/room/RoomTimeline.test.tsx > RoomTimeline content ResizeObserver > pins to the scroll extent instead of virtua item measurements
Check failure on line 123 in src/app/utils/dom.ts
src/app/features/room/RoomTimeline.test.tsx > RoomTimeline content ResizeObserver > re-pins to the bottom when the VList content grows while pinned and live
Uh oh!
There was an error while loading. Please reload this page.