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
If a ui5-dialog is closed with the Escape key, it seems like it doesn't remove the scroll blocking. If you close if the the close() method, the scroll blocking gets removed as expected.
Expected Behavior
Scroll Blocking should be removed when closing the dialog via Esc, like in 1.0.0-rc.14.
Bug Description
If a
ui5-dialog
is closed with theEscape
key, it seems like it doesn't remove the scroll blocking. If you close if the theclose()
method, the scroll blocking gets removed as expected.Expected Behavior
Scroll Blocking should be removed when closing the dialog via
Esc
, like in1.0.0-rc.14
.Steps to Reproduce
Open Dialog
, close it with theclose
button in the footer, try to scroll again. --> Still works fineOpen Dialog
again, then pressEsc
and try to scroll again. --> Scrolling is now blockedIsolated Example
https://codesandbox.io/s/thirsty-bouman-cb80u?file=/src/App.js
Context
ui5-dialog
, maybe even the base classui5-popup
?Priority
Note: The priority might be re-evaluated by the issue processor.
Stakeholder Info (if applicable)
The text was updated successfully, but these errors were encountered: