| Summary: | Cannot close form modeler after save operation. | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Marek Baluch <mbaluch> | ||||||
| Component: | Form Modeler | Assignee: | Roger Martínez <romartin> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jan Hrcek <jhrcek> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | high | ||||||||
| Version: | 6.0.0 | CC: | pzapataf, vigoyal | ||||||
| Target Milestone: | ER5 | ||||||||
| Target Release: | 6.0.0 | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: |
Summary: Due to duplicate AJAX calls, the requests submitted from FormModeler page anchors when a user clicks on a menu item is erroneously sent twice. This results in the Header Panel being hidden. This behavior only occurs in Google Chrome browser. Use an alternate browser till a fix is available.
Cause: The request's submitted from form modeler page anchors were duplicated, request was sent twice.
Consequence: Header panel for form modeler screen was hidden.
Fix: Send only one single ajax request on form modeler page anchors.
Result: Header panel for form modeler is always visible.
|
Story Points: | --- | ||||||
| Clone Of: | Environment: |
BPMS 6.0.0.ER2
|
|||||||
| Last Closed: | 2014-08-06 20:08:30 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 793770 [details]
ok image
This is issue only happens in chrome. It seems that chrome has some problems with components resizing. We will take a look at it for the next review. With last master version, It only happens when changing between tabs (Add fields by origin, add fields by type...), not when clicking on save button. returning back - based on the description this qualifies indeed as medium Fixed on master: - https://github.com/droolsjbpm/jbpm-form-modeler/commit/107d03cc253a4d4cc4a8210c71eb287bb791e138 Fixed on 6.0.x: - https://github.com/droolsjbpm/jbpm-form-modeler/commit/ab85977925a42adc544dd68168e90cf4af126344 Ok, I confirm, that the problem with Save button is solved in BPMS 6.0.0 ER4 However the problem with upper panel disappearing in chrome when you click on items in the FormModeler upper menu is still present. I see the commit that was supposed to fix wasn't added to the ER4 - it should be added in the next release. Changing the status to Assigned -> Modified so it gets verified in the next version. Ok, I verify, that in BPMS 6.0.0 ER5 also the 2nd issue (form modeler tabs disappearing after being clicked in chrome) has been solved. |
Created attachment 793769 [details] error image Description of problem: When a modified task form is saved then the panel which contains the 'x' (close) icon will disappear. See attached image (error.ong). Steps to Reproduce: 1. Open a form 2. Make a change 3. Save Current result: see error.png Expected result: see ok.png