8000 fix: Scroll issues in rundowns by olzzon · Pull Request #1420 · nrkno/sofie-core · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix: Scroll issues in rundowns #1420

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

Open
wants to merge 38 commits into
base: release53
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
83c38f1
fix: let UI settle before testing for segment being in view
olzzon Mar 18, 2025
a4fd32d
fix: lower time for UI settle before changing isVisible
olzzon Mar 19, 2025
f47b911
fix: recursive event emits to onGoToPartInstance when scrollToPartIns…
olzzon Mar 19, 2025
de7f162
fox: remove requestIdleCallback implementation as scrollToPosition is…
olzzon Mar 20, 2025
cb7fcb1
fix: maintainFocusOnPartInstance race condition
olzzon Mar 20, 2025
920a30e
fix: remove left over console.logs
olzzon Mar 20, 2025
c4dc586
fix: virtualElement shouldn't adjust while scrolling. Earlier there w…
olzzon Mar 21, 2025
e47db49
feat: lower delay before scrollstart
olzzon Mar 21, 2025
c0252b0
feat: add message for 2.stage scroll to log how often this happens. (…
olzzon Mar 21, 2025
d870be5
fix: raise wait before scroll to ensure element is ready
olzzon Mar 21, 2025
85f347d
fix: to slow update if segment need 2.stage adjustment
olzzon Mar 21, 2025
143e3f3
fix: ensure 2.stage is not ran until virtualelement has been updated …
olzzon Mar 21, 2025
0fd7e67
fix: correct height of VirtualElements
olzzon Mar 21, 2025
eca15b0
fix: cleanup pendingFirstStagetimeout
8000 olzzon Mar 21, 2025
26cc415
fix: don't expose viewPortScrollingState use getViewPortScrollingStat…
olzzon Mar 21, 2025
5bb269f
fix: use throttle in onWheelScrollInner for more fluid scrolling
olzzon Mar 21, 2025
d542aa9
fix: Safari race condition in virtualElement
olzzon Mar 21, 2025
aa92e49
fix: add delay on extra check when scrolling long list
olzzon Mar 24, 2025
6a8bbcc
feat: simplify VirtualElemt to avoid racecondition between useEffect …
olzzon Mar 24, 2025
408596e
fix: add precalculated measurement
olzzon Mar 24, 2025
e497bda
feat: simplify size measure and inititaly use default height - prepar…
olzzon Mar 25, 2025
32786bb
feat: add resize support to virtual elements
olzzon Mar 25, 2025
6a9a40e
feat: prepare for dynamic resize observers based on inView
olzzon Mar 25, 2025
8955053
feat: dynamic resize handler
olzzon Mar 25, 2025
307c8a7
feat: added singleton resize manager
olzzon Mar 25, 2025
a2272c3
fix: add mutation observer for resizes on activate and on take
olzzon Mar 26, 2025
ab2bb34
fix: remote double measurement on load, as the observer takes care of…
olzzon Mar 26, 2025
4a1679e
fix: set isShowingChildren imidiatly when element are in view to avoi…
olzzon Mar 26, 2025
e385a97
fix: add initial measurement of elements in view, to ensure correct s…
olzzon Mar 26, 2025
6fdee22
fix: timer active was lost - using useRef for timer reference
olzzon Mar 26, 2025
746cec9
fix: enforce element visibility if resizing while scrolling
olzzon Mar 26, 2025
0b98431
fix: add small delay to ensure nextPartInfo is ready prior to scroll
olzzon Mar 27, 2025
4b73344
fix: ensure elements in view are always visible
olzzon Mar 27, 2025
9eb142b
fix: add position interval check to ensure that all elements in view …
olzzon Mar 27, 2025
14b5d55
fix: on air button could disappear permanently when scrolling just af…
olzzon Mar 27, 2025
a0a421d
fix: raise time for detach live segment
olzzon Mar 28, 2025
48c0c8d
fix: take unknown elements into account
olzzon Mar 28, 2025
33b803e
Merge remote-tracking branch 'upstream/release53' into upstream/fix-a…
olzzon Apr 8, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading
0