We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If the dialog content include iframe tag, when switch to another one, the target dialog content will reload.
alertify.dialog('demo',function(){ return { main:function(content){ this.setContent(content); this.resizeTo(400,500); }, setup:function(){ return {options:{modal:false,resizable:true,padding:false}}; } }; },true,'alert');
alertify.demo('<iframe src="https://time.is" style="width:98%;height:98%;"></iframe>').moveTo(10,10); alertify.demo('<iframe src="https://time.is" style="width:98%;height:98%;"></iframe>').moveTo(450,10);
The text was updated successfully, but these errors were encountered:
I believe this requires revising the dialogs stacking method to avoid moving the element in the dom.
Sorry, something went wrong.
No branches or pull requests
If the dialog content include iframe tag, when switch to another one, the target dialog content will reload.
The text was updated successfully, but these errors were encountered: