Bug 1049778
| Summary: | Internet Explorer 10: unable to download exported dashboard xml file | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Jan Hrcek <jhrcek> | ||||
| Component: | BAM | Assignee: | Jan <jschatte> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jan Hrcek <jhrcek> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 6.0.0 | CC: | jschatte, pzapataf, rrajasek | ||||
| Target Milestone: | ER1 | ||||||
| Target Release: | 6.0.1 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-08-06 20:03:02 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
Apparently IE, upon detecting the xml extension (or the text content), IE decides to visualize it rather than presenting the download file dialog. Changing the extension of the export seems to do the trick. Fixed in master: http://github.com/droolsjbpm/dashboard-builder/commit/6070da9a1 I apologize for that. Cherry-picked into 6.0.x: https://github.com/droolsjbpm/dashboard-builder/commit/85e043d3a93d12c1628ce25998d0eb1b12fdaf3a Ok, verified with BPMS 6.0.1 ER1 |
Created attachment 847003 [details] Problem exporting dashboards in IE10 Description of problem: When you try to export dashboard in Internet Explorer 10 - the browser displays some textual data instead of offering you a download dialog with dashboard export file in xml format Version-Release number of selected component (if applicable): Windows 2012 + Internet Explorer 10 + BPMS 6.0.0 ER7 How reproducible: Always Steps to Reproduce: 1. Using root user navigate to workspace Showcase, page Import and Export 2. In panel 'Export Dashboards' select any workspace / KPIs to export and click 'Export' button Actual results: Some textual data are displayed in the browser. Upon closer inspection it looks like the contents of dashboard export xml file stripped of tags. In other places in the application when export functionality is offered (e.g. exporting table data to excel/CSV files or exporting workspaces) it works correctly - option to save/open file is offered by the browser. Expected results: Dialog offering you options to download / open the xml file should be displayed after clicking on Export.