Bug 953875
| Summary: | Rearrange position of any tab caused that designer disappears | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Sona Mala <smala> | ||||||||
| Component: | jBPM Designer | Assignee: | Tihomir Surdilovic <tsurdilo> | ||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Sona Mala <smala> | ||||||||
| Severity: | high | Docs Contact: | |||||||||
| Priority: | high | ||||||||||
| Version: | 6.0.0 | CC: | atangrin, etirelli, kverlaen, rrajasek, rzhang, smala, vigoyal | ||||||||
| Target Milestone: | ER 7 | Keywords: | TestBlocker | ||||||||
| Target Release: | 6.0.0 | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: |
Cause: Rearranging the position of any tab using the "Drag to rearrange a tab using compass" feature makes the designer screen disappear.
Consequence: Unable to edit or work on the process which is open as the designer disappears.
Fix: The designer reloads after the tabs are rearranged without disappearing or displaying an empty space.
Result: Rearranging a tab reloads the designer showing the process and any changes made remain unchanged.
|
Story Points: | --- | ||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2014-08-06 20:10:26 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: | |||||||||||
| Bug Depends On: | |||||||||||
| Bug Blocks: | 1024873 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Sona Mala
2013-04-19 11:58:34 UTC
Same problem if I cancel the new layout after I refresh bpmn2 tab Please retest this. Should be fixed alongside the fix for https://bugzilla.redhat.com/show_bug.cgi?id=1006943. Hi Sona, Can you please share some more info on this bug, probably the fix or the result. Verified for ER4. Now, whenever the user rearranges tabs (see attached screenshot), the Designer is reloaded and shows an process (no empty "body" as it was reported). Created attachment 812509 [details]
Screenshot - ER4
Hi Sona, Doc Text has been added. Can you please review the CCFR. Created attachment 832473 [details]
Screenshot - ER5
Regression - ER5 contains same problem. See this screenshot
fixed in designer master and 6.0.x branches Tiho, it seems that when designer is reloaded (due to some rearrangement of the screens), it is automatically saving the changes first (I assume to make sure it looks the same after refresh and you don't lose your changes), but shouldn't the user be asked if he wants to save his changes or not? Asking is only possible when closing the editor with the "X" button. In this BZ case (rearranging) there is no UF event to be caught so we save in order for users not to loose their work. I don't think that rearranging should even ask users this question as all they want to do is move what they currently have to another location, but with the issue of frames reloading in browsers on dom move (which is how its handled on technical side in UF) this is really best we can do (just save and user really does not see this anyways and just continues with their work). Created attachment 844974 [details]
Screenshot - ER7
Verified for ER7. |