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 rendering an ui5-responsive-popover for the first time and immediately opening it with an active ui5-busy-indicator inside, the site crashes with a JS runtime error:
TypeError: Cannot read properties of null (reading 'focus')
Think we should check to make sure we have element before we call focus(). i.e.
I retested your example with a build using the last commit in the main branch and I didn't get a crash. The PR which closes #4108 also solves your error too.
You can consume the fix in the next patch release of the ui5-webcomponents library!
I retested your example with a build using the last commit in the main branch and I didn't get a crash. The PR which closes #4108 also solves your error too. You can consume the fix in the next patch release of the ui5-webcomponents library!
Bug Description
When rendering an ui5-responsive-popover for the first time and immediately opening it with an active ui5-busy-indicator inside, the site crashes with a JS runtime error:
TypeError: Cannot read properties of null (reading 'focus')
Think we should check to make sure we have element before we call
focus()
. i.e.Expected Behavior
Busy Indicator should be active and no error should be thrown
(almost exact same issue as #4108)
@MarcusNotheis FYI
Steps to Reproduce
Isolated Example
https://codesandbox.io/s/table-dialog-busy-forked-6l1zd?file=/src/App.js
Context
Log Output / Stack Trace / Screenshots
Priority
The priority indicates the severity of the issue. To set the appropriate priority consider the following criteria:
Note: The priority might be re-evaluated by the issue processor.
The text was updated successfully, but these errors were encountered: