-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AnalyticalTable: Misaligned loading indicator in Firefox #6243
Comments
Hi! I'm the person who investigated this on Mozilla's side. The bug can be reproduced in Chrome and Safari as well, but it requires some manual tweaks in DevTools (adding and removing some styles) -- i.e. somehow they land on a rendering that happens-to-appear-"good", but it's unstable in the face of dynamic adjustments. See more details on the Mozilla bug report, including a screencast of me triggering the unwanted rendering in Chrome at https://bugzilla.mozilla.org/attachment.cgi?id=9420208 |
In any case, as noted in the mozilla bug report, the problematic CSS here is this: ui5-webcomponents-react/packages/main/src/components/AnalyticalTable/index.tsx Lines 102 to 104 in 7626d0d
The If you remove that |
thanks a lot for making the effort to research this!
Unfortunately, this leads to other issues, such as when the page or container is resized. Luckily, positioning the |
🎉 This issue has been resolved in version v2.0.0 🎉 The release is available on v2.0.0 Your semantic-release bot 📦🚀 |
Describe the bug
The loading indicator is showing in the top left instead of the center, the gray overlay is not shown while loading.
Isolated Example
https://sap.github.io/ui5-webcomponents-react/nightly/?path=/docs/data-display-analyticaltable--docs#infinite-scrolling
Reproduction steps
Scroll down in the infinite scrolling example of the official example.
Expected Behaviour
The loading indicator appears centered, a gray overlay is visible.
Screenshots or Videos
UI5 Web Components for React Version
2 (checked latest nightly version)
UI5 Web Components Version
2
Browser
Firefox
Operating System
No response
Additional Context
Contacted Mozilla about this issue, according to them Firefox's layout is correct. You can read through the bug report here.
Relevant log output
No response
Organization
No response
Declaration
The text was updated successfully, but these errors were encountered: