bin20060407 / artdialog

Automatically exported from code.google.com/p/artdialog
0 stars 0 forks source link

嵌入iframe存在BUG #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
在弹出窗口的内容中嵌入Iframe,进行鼠标拖拽操作,当鼠标��
�入内嵌的Iframe,拖拽动作消
失,再次移出鼠标,松开鼠标左键,弹出窗口会随鼠标的移��
�而移动。
建议:在内容的DIV之上再加一个遮罩层,当鼠标按下时激活��
�遮罩遮住内容。

Original issue reported on code.google.com by wt8...@126.com on 28 Apr 2010 at 8:16

GoogleCodeExporter commented 9 years ago
在Iframe中执行关闭穿越的对话框后,无法再次打开对话框

Original comment by bwf...@sina.com on 18 May 2010 at 2:57

GoogleCodeExporter commented 9 years ago
在Iframe中执行关闭穿越的对话框后,无法再次打开对话框
我也碰到同样的问题, 继续解决。我的邮箱 haijun.qin@gmail.com

Original comment by haijun....@gmail.com on 19 May 2010 at 3:32

GoogleCodeExporter commented 9 years ago
恩,问题 解决了。
http://bbs.51js.com/viewthread.php?tid=87185

Original comment by haijun....@gmail.com on 19 May 2010 at 3:38

GoogleCodeExporter commented 9 years ago
v3 预览版:http://www.planeart.cn/?p=828

Original comment by 1987.tan...@gmail.com on 23 Aug 2010 at 8:57

GoogleCodeExporter commented 9 years ago
var testDialog = art.dialog({
        id: 'testDialog01',
        title:'sadf',
        content: '我初始化后会返回控制接口,请注意接收'
    });

这个testDialog无效啊。
只能用art.dialog.get('testDialog01')来获取了。

Original comment by goodqin...@163.com on 29 Mar 2011 at 6:01

GoogleCodeExporter commented 9 years ago
IE下Iframe有问题,无法载入指定页面.

代码: <a href="JavaScript:;" 
onclick="art.dialog.open('_doc/login_iframe.html', {title: '提示555'},false) 
" >打开</a>
火狐没问题,IE6/7/8都不行

Original comment by gimo...@gmail.com on 15 Aug 2011 at 7:35

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
href="javascript:;" 在 IE6 下产生问题。

Original comment by 1987.tan...@gmail.com on 29 Feb 2012 at 3:46