How to remove "Prevent this page from creating additng additional dialogs" option from the pop-up dialog box?

Confluence User - 23 Mar, 2017

When the user tried to delete a row from a grid, the dialog box will have "Prevent this page from creating additng additional dialogs" displayed? How can I prevent this option to be displayed?

 

forms

3


23 Mar, 2017
confluenceUser
1
confluenceUser

Hi, based on http://stackoverflow.com/questions/11729835/how-to-disable-prevent-this-page-from-creating-additional-dialogs/11729866#11729866 it looks like a browser feature and I do not think you can (or should) disable it 

23 Mar, 2017
confluenceUser
confluenceUser

Hi,

You can't (easily at least) and you shouldn't. This is a browser's feature to prevent sites creating annoying alerts for the user and thus improve the UX.

Every popular browser probably has a time-span after which these get re-enabled anyway and the alert()s could be replaced (or proxied to be overridden to be precise) with a jQuery dialogs or something in your form (by a custom script) if you really want to disable these but other than that, this "Prevent this page from creating additng additional dialogs" does more good than harm.

Hope this helps!

23 Mar, 2017
confluenceUser
confluenceUser

Thanks for the reply.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print