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
Hello @boghyon,
Thank you for sharing this finding. I've created an internal incident 1880272398. The status of the issue will be updated here in GitHub.
Regards, Mihail.
I would like to know the reasoning, why it is not possible to set the busy indicator for this control. From my point of view it makes sense to mark a list item as busy.
Also, even though there is a console message to indicate that the BusyIndicator is not supported, the official documentation does not mention this limitation.
URL (minimal example if possible):
https://openui5.hana.ondemand.com/#/sample/sap.m.sample.Table/preview
Steps to reproduce the problem:
busy
state of one of the ColumnListItems totrue
What is the expected result?
The item becomes busy and displays a BusyIndicator in it.
What happens instead?
Since ColumnListItem is rendered with the HTML tag
<tr>
, which is one of the forbidden tags, enabling busy state is skipped.openui5/src/sap.ui.core/src/sap/ui/core/BlockLayerUtils.js
Line 17 in 7d36306
Any other information? (attach screenshot if possible)
The text was updated successfully, but these errors were encountered: