Dialog: placing above alternative view dropdown and other always-on-top overlays
Opened this issue · 0 comments
jhou-pro commented
Description
It has become evident that our dialog is placed above several always-on-top
dropdowns / overlays we have. Even though it is unlikely for user to use them when dialog is open, it can still be done either intentionally or not. In this case, if always-on-top
overlay is open, dialog and other apps parts can not be scrolled and looks as "freezed".
It would be desirable to have these overlays above our dialogs.
The following overlays were identified as such:
- alternative view dropdown
- centre toolbar ellipsis action dropdown
- see others by searching
always-on-top
andalwaysOnTop
Interestingly, autocompleter dropdown works as expected and is placed above any our dialogs.
Expected outcome
always-on-top
overlays are always on top.
Actual outcome
Some always-on-top
overlays are below our dialogs and insertion points.