我们有一个Sitecore 6.6应用程序,我们被要求将“导入用户”功能从Speak移动到Content Editor。虽然这在Firefox中运行良好,但我在Windows机器上看到了Chrome上的问题。 “上传文件浏览”按钮不起作用 客户已在FF和Chrome上报告此问题,如果它在Mac上。
以下是我对问题的初步分析: 首先 - 用于Windows的chrome:浏览按钮单击无法打开资源管理器窗口。调试问题后,我们发现iframe未加载chrome。
在Inspect元素上,Iframe显示为空(未加载)
<iframe id="UploadFileFrame" width="100%" height="26px" style="position: relative; -moz-opacity:0; filter:alpha(opacity: 0); opacity: 0; z-index: 2;" src="/sitecore modules/shell/UI/Dialogs/UploadFile.aspx" allowtransparency="true" frameborder="no" marginwidth="0" marginheight="0"></iframe>
同样在chrome(windows)上我看到当我点击向导的后面和下一个按钮时,Iframe标签加载文档并且浏览按钮开始工作。
有什么想法吗?