SAP / ui5-webcomponents

UI5 Web Components - the enterprise-flavored sugar on top of native APIs! Build SAP Fiori user interfaces with the technology of your choice.
https://sap.github.io/ui5-webcomponents/
Apache License 2.0
1.57k stars 268 forks source link

[component name | framework | build | icons | theming | localization | i18n | typescript]:List #10232

Closed Garima123639 closed 14 hours ago

Garima123639 commented 1 day ago

Bug Description

When loading is set to true for component , it gives grey background with busy indicator in version 2.3.0 as compared to version 1 where the background color was not changing by giving the busy attribute in version 1.20.0

Affected Component

List

Expected Behaviour

Background should not change to grey color but should be same behaviour as that of previous version 1.20.0

Isolated Example

No response

Steps to Reproduce

  1. Use the List component with loading attribute set to true
  2. Compare it with older version where busy attribute was used instead of loading
  3. ...

Log Output, Stack Trace or Screenshots

No response

Priority

None

UI5 Web Components Version

2.3.0

Browser

Chrome, Edge, Firefox, Safari

Operating System

No response

Additional Context

No response

Organization

No response

Declaration

ivoplashkov commented 14 hours ago

Hello @Garima123639,

The behavior of the loading (or busy) state in version 2.3.0 is working as intended. The introduction of the grey background alongside the busy indicator is a design enhancement aimed at improving usability.

The behavior in version 1.20.0, where the background color remained unchanged, was a wrongfully used parameter which was fixed by the following change - https://github.com/SAP/ui5-webcomponents/pull/9233

Best regards, Ivaylo