导出融合图表后,保存按钮在 IE 8 中被截断,在其他浏览器中工作正常

发布于 2024-11-14 05:25:46 字数 211 浏览 1 评论 0原文

我们在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

请你别敷衍 2024-11-21 05:25:46

您需要检查以下内容:

  1. 您是否没有使用任何会截断导出组件的 CSS(例如 height:100% 等)

  2. 是否在浏览器中呈现 SWF

You need to check the following:

  1. Whether you are not using any CSS (like height:100% etc.) which is truncating the export component

  2. Whether the SWF is rendered in the browser

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文