sap.github.io - Page autoscrolls
Categories
(Web Compatibility :: Site Reports, defect, P2)
Tracking
(Not tracked)
People
(Reporter: rbucata, Unassigned)
References
()
Details
(Keywords: webcompat:needs-diagnosis, webcompat:site-report, Whiteboard: [webcompat-source:web-bugs])
User Story
platform:windows,mac,linux,android impact:annoyance configuration:general affects:all branch:release
Environment:
Operating system: Windows 10
Firefox version: Firefox 130.0
Steps to reproduce:
- Navigate to: https://sap.github.io/ui5-webcomponents-react/main/?path=/docs/data-display-analyticaltable--docs#infinite-scrolling
- Observe how the page scrolls after waiting for a while
Expected Behavior:
The page does not autoscroll
Actual Behavior:
The page autoscrolls
Notes:
- Reproduces regardless of the status of ETP
- Reproduces in Firefox Nightly, and Firefox Release
- Does not reproduce in Chrome
Created from https://github.com/webcompat/web-bugs/issues/139129
Updated•5 months ago
|
Comment 1•4 months ago
|
||
(In reply to Raul Bucata from comment #0)
Environment:
Operating system: Windows 10
Firefox version: Firefox 130.0Steps to reproduce:
The #infinite-scrolling
fragment identifier on the end of the URL seems to be what triggers this -- Firefox attempts to scroll the page to display that element. Isn't that what is expected when a fragment ID is provided, though?
I guess the ugliness of the loading/scrolling-to-anchor operation is a result of the page loading incrementally rather than all at once, so when we first display it, the anchor isn't there yet.
FWIW, Safari also does something similar (although its behavior seems slower/jankier than ours, at least on my machine). Chrome just doesn't seem to attempt to scroll to the given fragment.
Comment 2•3 months ago
|
||
I had a look at this, and I'll just close this as WONTFIX. There is a difference in browser behaviors here, but we match Safari, and I think we're doing the right thing either way. This isn't a high severity issue either way.
Description
•