You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I apply background color to BusyIndicator, it doesn't cover the entire indicator as evident in the screenshot:
After analyzing the DOM, I could see that the element with class name - ui5-busy-indicator-busy-area has property: position: absolute. If I remove this property, then the component is behaving as expected.
Bug Description
When I apply background color to
BusyIndicator
, it doesn't cover the entire indicator as evident in the screenshot:After analyzing the DOM, I could see that the element with class name -
ui5-busy-indicator-busy-area
has property:position: absolute
. If I remove this property, then the component is behaving as expected.Affected Component
BusyIndicator
Expected Behaviour
No response
Isolated Example
https://stackblitz.com/edit/vitejs-vite-jc1k1xbc?file=src%2FApp.tsx&terminal=dev
Steps to Reproduce
Log Output, Stack Trace or Screenshots
No response
Priority
Medium
UI5 Web Components Version
1.24.13
Browser
Chrome
Operating System
No response
Additional Context
Organization
SAP Analytics Cloud
Declaration
The text was updated successfully, but these errors were encountered: