Bug 1263551
| Summary: | Missing General tab in 'Edit Lane' popup | ||
|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Jozef Marko <jomarko> |
| Component: | Eclipse Tooling | Assignee: | Kris Verlaenen <kverlaen> |
| Status: | CLOSED EOL | QA Contact: | Jozef Marko <jomarko> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.2.0 | CC: | 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
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 |