View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0021464 | MMW 5 | Main Panel | public | 2025-01-27 17:30 | 2025-01-27 21:55 |
Reporter | Ludek | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | assigned | Resolution | open | ||
Product Version | 2026 | ||||
Target Version | 2026 | ||||
Summary | 0021464: Synced lyrics: Make scrolling less automatic | ||||
Description | There 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 Information | https://www.mediamonkey.com/forum/viewtopic.php?p=525057#p525057 | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
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 ? |