Actually, both for Live and VOD. On Live, the scroll jumps to the top every time AJAX updates the page. If it can scroll to current chapter instead, it will be easier to see what chapters are remaining.
Actually, both for Live and VOD. On Live, the scroll jumps to the top every time AJAX updates the page. If it can scroll to current chapter instead, it will be easier to see what chapters are remaining.
Comments
Comment #1
westis commentedComment #2
kristofferwiklund commentedFor Live we have the problem that we are refreshing the chapter list every second. Therefor if we always jump to the active chapter the user can not see anything else than the current chapter.
I think its a better approach that the scroll never changes so the user can decide them self what to look at.
And for VOD I have created an other issue as that is on an other component of the code.
Comment #3
kristofferwiklund commentedComment #6
kristofferwiklund commentedA bug in the admin view for scrolling to the top is fixed in the latest commit.