View Issue Details

IDProjectCategoryView StatusLast Update
0021464MMW 5Main Panelpublic2025-01-27 21:55
ReporterLudek Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status assignedResolutionopen 
Product Version2026 
Target Version2026 
Summary0021464: Synced lyrics: Make scrolling less automatic
DescriptionThere is a suggestion that the scrolling of the Lyrics window be less automatic than it is now. At the moment the lyrics panel scrolls one line at a time to keep the current lyric line in the centre of the panel. There is a suggestion that if the user scrolls the lyrics window away from its automatically-centred position, then MM suspends automatic scrolling of the lyrics panel until the user scrolls the panel again to bring the current line into a drop zone in the centre 1/3 of the panel.

Additional Informationhttps://www.mediamonkey.com/forum/viewtopic.php?p=525057#p525057
TagsNo tags attached.
Fixed in build

Activities

Ludek

2025-01-27 21:54

developer   ~0078065

Last edited: 2025-01-27 21:55

Alternatively we can use
element.scrollIntoViewIfNeeded(); // https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollIntoViewIfNeeded
to be more like https://www.youtube.com/watch?v=8N56g3O9QSE
instead of current
element.scrollIntoView({ behavior: 'smooth', block: 'center'});
or make it an option ?