aui / artDialog

经典的网页对话框组件

Home Page:http://aui.github.com/artDialog/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

artDialog会产生多余ifrrame

zhangangs opened this issue · comments

Uploading QQ拼音截图未命名2.png…

//

<iframe src="about:blank" name="test-dialog" width="100%" height="100%" allowtransparency="yes" frameborder="no" scrolling="no" style="display: none;"></iframe> <iframe src="about:blank" name="test-dialog" width="100%" height="100%" allowtransparency="yes" frameborder="no" scrolling="no" style="display: none;"></iframe> <iframe src="about:blank" name="test-dialog" width="100%" height="100%" allowtransparency="yes" frameborder="no" scrolling="no" style="display: none;"></iframe>

截图传不上,就是测试dome里面的例子,地址:artDialog-master/test/iframe/index.html

关闭弹出的页面后,会在父页面新增一个空的iframe 标签!

我这边也遇到了同样的情况,每关闭一次都会产生一个空的iframe
image

commented

div也是啊,你们没发现?关闭了话,都会追加到dom树中的