Bug 1263551

Summary: Missing General tab in 'Edit Lane' popup
Product: [Retired] JBoss BPMS Platform 6 Reporter: Jozef Marko <jomarko>
Component: Eclipse ToolingAssignee: Kris Verlaenen <kverlaen>
Status: CLOSED EOL QA Contact: Jozef Marko <jomarko>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2.0CC: jomarko
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-03-27 19:41:01 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:

Description Jozef Marko 2015-09-16 07:18:54 UTC
*** Description of problem:
There is missing General tab in 'Edit Lane' popup window. It is not a big problem. But I think, it should be good to keep all popups consistent.

Fix for this is also important for our tests. We have common code, which handles popup windows with tabs. Workaround for one special popup would make our code unclear.

*** Version-Release number of selected component (if applicable):
jbds-9.0.0.CR1_jbdsis-9.0.0.Alpha1
BPMN2 Modeler - 1.2.1.201508191851

*** Steps to reproduce:
1. Create process with Lane
2. Double click on this lane
3. There is missing General tab in shown popup

Comment 1 Robert (Bob) Brodt 2015-09-16 15:09:14 UTC
Hi Jozef: if you're testing on linux, could it be this is another case of SWT_GTK3 not being set in your shell environment?

Before starting eclipse, make sure you have:

export SWT_GTK3=0

in your .profile

Comment 2 Jozef Marko 2015-09-22 06:16:37 UTC
Hello Bob, I am using "export SWT_GTK3=0" in my .bashrc file. I have tried to put it to .bash_profile too. But behaviour is still the same.

Version used to reproduce behaviour:
jbds-9.0.0.CR1_jbdsis-9.0.0.Alpha2
BPMN2 Modeler - 1.2.1.201509111741

Comment 3 Jozef Marko 2015-10-06 09:51:31 UTC
Also reproducible on:
jbds-8.1.0.GA_jbdsis-8.0.4.CR1
bpmn2 modeler 1.1.3.Final

Comment 4 Robert (Bob) Brodt 2015-10-13 17:35:34 UTC
Are you saying the dialog is empty, or just missing the "General" tab label? If it's the latter, then this is intentional since there is only one tab. I made the decision to not show tabs if the properties sheet has only one section.

Comment 6 Robert (Bob) Brodt 2015-10-14 13:44:36 UTC
It is very easy to add the tab for single property sheets and I would be happy to do so if it makes automated testing easier. Let me know...

Comment 7 Jozef Marko 2015-10-26 13:35:26 UTC
Yes, in this case, it would be helpful. Because the most of dialogs contains more tabs. So if there will be tab even for dialogs with one tab, I will not have to write checks, if is some tab present.

Comment 8 Robert (Bob) Brodt 2015-10-29 20:07:44 UTC
Fixed in:
Luna build 1.1.4.201510291907
Mars build 1.2.1.201510291906

Comment 9 Jozef Marko 2015-11-02 07:30:30 UTC
Bob, thanks. Fix looks good. I will mark as verified when fix will be mirrored in JBDS integration stack.

Comment 10 Jozef Marko 2016-01-18 14:38:07 UTC
Verified on jbdsis-8.0.5.CR1, BPMN2 Modeler 1.1.4.Final