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
A possibility to drag and drop them makes sense when there is no background overlay (plain dialog) but becomes confusing when a modal is displayed.
Screen.Recording.2024-10-21.at.12.46.55.mov
Ignore viewport offset configuration for modal windows
Modals are displayed on the top layer of the page anyway so they don't have to be restricted by the viewport offset configuration of the editor. This will make displaying large modals that consume all available space easier.
If you'd like to see this improvement implemented, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered:
Other (ui): Disabled dragging support for modal windows in the `Dialog` plugin. Closes#17290.
Other (ui): Disabled positioning restrictions for modal windows caused by `config.ui.viewportOffset`. Closes#17290.
📝 Provide a description of the improvement
Disable drag and drop on modal windows
A possibility to drag and drop them makes sense when there is no background overlay (plain dialog) but becomes confusing when a modal is displayed.
Screen.Recording.2024-10-21.at.12.46.55.mov
Ignore viewport offset configuration for modal windows
Modals are displayed on the top layer of the page anyway so they don't have to be restricted by the viewport offset configuration of the editor. This will make displaying large modals that consume all available space easier.
If you'd like to see this improvement implemented, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: