Skip to content
Snippets Groups Projects

Resolve "Dialogtitel sind nicht als Überschrift gekennzeichnet und nicht modal"

2 files
+ 3
2
Compare changes
  • Side-by-side
  • Inline

Files

@@ -386,7 +386,8 @@ Dialog.show = function(content, options = {}) {
.before(element);
}
$(this).parent().find('.ui-dialog-title').attr('title', options.title);
$(this).parent().find('.ui-dialog-title').attr('title', options.title).attr('role', 'heading');
$(this).parents('.studip-dialog').attr('aria-modal', 'true');
instance.open = true;
// Execute scripts
Loading