[
https://issues.jboss.org/browse/JBIDE-16877?page=com.atlassian.jira.plugi...
]
Andre Dietisheim commented on JBIDE-16877:
------------------------------------------
In the screencast that's attached to JBIDE-18100 one can see a combo with the correct
height in the 1st wizard page at 0:11 (where one is choosing the connection: the combo
with the existing connections is not cropped, it is not too small). Then there 2 combos on
the 3rd wizard page at 0:20 (where one can configure the application settings: the domain
combo and the gear profile combo) are both too small, cropped.
I compared both layouting codes and both use the following grid data:
{code}
GridDataFactory.fillDefaults()
.align(SWT.FILL, SWT.CENTER).grab(true, false).applyTo(domainViewer.getControl());
{code}
* Connection combo (correct height):
https://github.com/adietish/jbosstools-openshift/blob/master/plugins/org....
* Domain combo (too small):
https://github.com/adietish/jbosstools-openshift/blob/master/plugins/org....
Application wizard: Domain- and gear-combo are too small, selected
item is not fully visible
--------------------------------------------------------------------------------------------
Key: JBIDE-16877
URL:
https://issues.jboss.org/browse/JBIDE-16877
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.2.0.Beta1
Environment: Fedora 19, 64-bit, java version "1.7.0_51", OpenJDK
Runtime Environment (fedora-2.4.5.0.fc19-x86_64 u51-b31) GTK3
Reporter: Michelle Murray
Assignee: Snjezana Peco
Labels: application_wizard, gtk3, upstream
Fix For: 4.2.0.CR1
Attachments: OpenShift_newpg2.png
Original Estimate: 2 hours
Remaining Estimate: 2 hours
The default wizard window size obscures fields, Domain and Gear profile.
Work around: If I click Advanced then Embedded Cartridges pane shrinks vertically and the
whole of the Domain and Gear profile fields can be seen.
Is there a way to ensure the whole of the Domain and Gear profile fields can be seen in
the default view? Perhaps by reducing the size of the Embedded Cartridges pane?
!OpenShift_newpg2.png!
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)