*** 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
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
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
Also reproducible on: jbds-8.1.0.GA_jbdsis-8.0.4.CR1 bpmn2 modeler 1.1.3.Final
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.
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...
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.
Fixed in: Luna build 1.1.4.201510291907 Mars build 1.2.1.201510291906
Bob, thanks. Fix looks good. I will mark as verified when fix will be mirrored in JBDS integration stack.
Verified on jbdsis-8.0.5.CR1, BPMN2 Modeler 1.1.4.Final