-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
None
The Add Release page's Recordings tab sometimes scrolls upward when clicking a recording radio button while scrolled to the bottom of the page.
- Go to /release/add?release-group=0da580f2-6768-498f-af9d-2becaddf15e0.
- Go to the Tracklist tab and add a track with the title "Fight Fire With Fire" and length 4:45.
- Go to the Recordings tab and click the track's "Edit" button.
- Scroll to the very end of the long recording list. (Make sure that your window is short enough to have a scrollbar.)
- Click the last recording's radio button.
- Click the second-to-last recording's radio button.
After step 6 (and possibly when clicking additional radio buttons while scrolled to the bottom of the page), the scroll position jumps upward by ~30 pixels.
From playing around with ResizeObserver, I suspect that the document height is (temporarily?) shrinking in some cases, resulting in the browser automatically scrolling upward (since the viewport can't extend beyond the bottom of the document).
This seems pretty minor since it only seems to happen when you have a small window and are scrolled to the bottom of the page, but I figured I'd file an issue since it's tangential to other recording-list issues that I've been looking at.
- has related issue
-
MBS-13241 Bubble moves vertically when associating recordings with tracks
- Closed