Navigation Menu

Skip to content

Commit

Permalink
fix(ui5-list, ui5-table, ui5-notification, ui5-busy-indicator): getFo…
Browse files Browse the repository at this point in the history
…cusDomRef returns the correct element when the state is busy (#3951)

Fix #3922
  • Loading branch information
TeodorTaushanov committed Oct 5, 2021
1 parent cc0afe0 commit ec81c15
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/fiori/src/NotificationListItem.hbs
Expand Up @@ -101,6 +101,7 @@
active
size="Medium"
class="ui5-nli-busy"
data-sap-focus-ref
></ui5-busy-indicator>
{{/if}}
</li>
1 change: 1 addition & 0 deletions packages/main/src/BusyIndicator.hbs
Expand Up @@ -9,6 +9,7 @@
aria-valuemax="100"
aria-valuetext="Busy"
aria-labelledby="{{labelId}}"
data-sap-focus-ref
>
<div class="ui5-busy-indicator-circles-wrapper">
<div class="ui5-busy-indicator-circle circle-animation-0"></div>
Expand Down
1 change: 1 addition & 0 deletions packages/main/src/List.hbs
Expand Up @@ -62,6 +62,7 @@
size="Medium"
class="ui5-list-busy-ind"
style="{{styles.busyInd}}"
data-sap-focus-ref
></ui5-busy-indicator>
</div>
{{/if}}
Expand Down
1 change: 1 addition & 0 deletions packages/main/src/Table.hbs
Expand Up @@ -93,6 +93,7 @@
style="{{styles.busy}}"
active
size="Medium"
data-sap-focus-ref
></ui5-busy-indicator>
</div>
{{/inline}}

0 comments on commit ec81c15

Please sign in to comment.