briancwald / material_admin

Drupal 8 Admin Theme
GNU General Public License v2.0
48 stars 15 forks source link

Add new features for better jqueryUI Dialog UX. #20

Closed briancwald closed 7 years ago

briancwald commented 7 years ago

This introduces two small configurable features to jqueryUI dialog.

1) when the dialog is open, disable the body scrolling. This fixes issues when the dialog has a scroll you don't accidentally scroll the background. The background is already 'grayed' out so you can't take any actions on the page anyway.

2) Allow the user to click outside the dialog to close the dialog. This is standard practice for dialogs and part of the material design spec.

Both are configurable (on/off) in the theme settings UI for Material Admin.