We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f30cf3 commit e899708Copy full SHA for e899708
packages/main/src/Dialog.hbs
@@ -1,6 +1,6 @@
1
{{>include "./Popup.hbs"}}
2
3
-<span class="ui5-popup-frame">
+<span class="ui5-popup-frame" @focusin="{{_onfocusin}}">
4
<span id="{{_id}}-firstfe" tabindex="0"></span>
5
<div style="{{zindex}}" class="ui5-dialog-root-parent {{classes.dialogParent}}">
6
<div tabindex="-1" aria-labelledby="{{headerId}}" role="dialog" aria-modal="true" class="ui5-popup-root ui5-dialog-root">
packages/main/src/Popup.js
@@ -385,7 +385,7 @@ class Popup extends UI5Element {
385
}
386
387
388
- onfocusin(event) {
+ _onfocusin(event) {
389
this.preserveFocus(event, this.getPopupDomRef());
390
391
0 commit comments