Neos8929 / artdialog

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

4.1.5问题 #50

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
问题1  在框架中跳转

4.1.2 试了下 没有问题  其它文件都没有变 只把
artDialog.source.js  iframeTools.source.js
更新到 4.1.5  后 在框架中 必须先打开下层  然后 框架中跳转 

firebug 提示
that.config is undefined
[在此错误处中断]     
fn = that.config.close,
此错误在 4.1.2没有 

我不可能吧代码都看以便,所以方便期间 同样 我还用4.1.5 
版本测试下 同样出现次错误

一开始错误是 在单位 因为 IE6  装有微软debug 所以有提示  
但在我电脑上 因为么有装 这个 所以没有提示,  然后用火狐 
测试 也有 that.config is undefined 提示 

问题2   在框架中 如果层 宽度 和 高度 比较大的时候 
在拖动状态 内同 空白  拖动结束 恢复显示 这样 没有很好的 
用户 体验

另外给点小建议:
1、加入弹出层 屏蔽 滚动条 这是很有用的.
2、多层最大化 最小化 好像前边 有人提起  我再提以下

Original issue reported on code.google.com by yjso5...@163.com on 3 Apr 2012 at 6:15

GoogleCodeExporter commented 9 years ago
补充以下啊   问题1  在框架中跳转拿  iframe_frameset.html 
页面为例

topFrame.html 页 加入 <a href="http://www.baidu.com" 
target="mainFrame">百度</a> 

先打开 层 然后关闭 层  再点击  百度 会看到错误, 我测试的 
前提是 要么装有 微软debug 要么 火狐  在firebug 中看 
其它未测试

Original comment by yjso5...@163.com on 3 Apr 2012 at 6:21