| Summary: | Strange behaviour when bringing tabbed panels forward in Safari & IE 11 | ||
|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Jan Hrcek <jhrcek> |
| Component: | BAM | Assignee: | David Gutierrez <dgutierr> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jan Hrcek <jhrcek> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 6.0.0 | CC: | kverlaen, mbaluch, pzapataf |
| 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: |
IE 11, Safari 5,6
|
|
| Last Closed: | 2014-08-06 20:04:08 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: | |
| Attachments: | |||
Created attachment 834232 [details]
Steps to reproduce - video
Created attachment 854304 [details]
Javascript error captures in Safari in Mac
Created attachment 854305 [details]
Javascript error captures in Safari in Mac (II)
Added screenshots with Javascript errors in Mac that need to be verified and fixed. This bug is more serious than we initially thought, because it also manifests itself on Internet Explorer 11. Attaching video with current behavior in BPMS CR2 (reproduced on Windows 7) - see javascript errors in IE's javascript console below. Created attachment 857017 [details]
Video showing steps to reproduce the issue on IE11
Fixed. This was an specific issue with the AJAX behaviour in some browsers (Safari, Konqueror, IE) Github commit (master): https://github.com/droolsjbpm/dashboard-builder/commit/49993b0ab0a0a19683ee7d664480f500a1ce08c7 Github commit (6.0.x): https://github.com/droolsjbpm/dashboard-builder/commit/10ae850e4af2459501344a2f123c74c39c656115 Ok, verified with BPMS 6.0.1 ER1. Now it works correctly both in Safari and Internet Explorer. |
Created attachment 834231 [details] Panel not loaded correctly Description of problem: When you have 'tabbed' panels on a page and you click the panel's tab header to bring the panel forward, the page is not updated correctly - instead only the panel's HTML is displayed (without the rest of the currently displayed page and without css styles). See screenshot (from Safari 6) and video (from Safari 5) of the problem Version-Release number of selected component (if applicable): This happens only in MAC OS X in Safari browsers. I tried on 2 different machines - one had Safari 5, the other had Safari 6 - the problem was the same in both. How reproducible: Always Steps to Reproduce: 1. In dashbuilder go to Showcase, page By country (or any other page with 'tabbed' panels - i.e. panels in regions CENTER_3 or CENTER_6) 2. Click the headder of any of the tabbed panels to bring it forward Actual results: See videos - page not loaded fully with the panel activated, only the HTML contents of the panel are displayed. When after the panel HTML is displayed, you click Back in the browser, then the page is fully displayed with the panel correctly activated. Expected results: Panel should be activated correctly just by clicking the 'tab header'. Additional info: there are no errors/exceptions in server.log