导出融合图表后,保存按钮在 IE 8 中被截断,在其他浏览器中工作正常
我们在 appln 中使用融合图。当我们单击“导出为 PDF/jpeg/png”时,会显示进度条,直到重新保存导出的图表。准备好后,将显示 Flash 文件的保存按钮。单击此保存按钮后,将打开一个另存为窗口。
仅在 IE 浏览器中 Flash 保存按钮被截断或不可见。 在通过开发人员工具进行调试时,它的代码是存在的。 FCExporter.swf 路径也是正确的。
请建议。
We are using fusion charts in appln. When we click upon export to PDF/jpeg/png a progress bar is displayed untill the exported chart is reday to be saved. When it gets ready a save button from flash file is displayed.After clicking this save button, a save as window opens up.
Only in IE browser flash save button is truncated or not visible.
While debugging through developers tool the code for it is present.
FCExporter.swf path is also correct.
Please suggest.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要检查以下内容:
您是否没有使用任何会截断导出组件的 CSS(例如 height:100% 等)
是否在浏览器中呈现 SWF
You need to check the following:
Whether you are not using any CSS (like height:100% etc.) which is truncating the export component
Whether the SWF is rendered in the browser