[jbosstools-issues] [JBoss JIRA] (JBIDE-16877) Application wizard: Domain- and gear-combo are too small, selected item is not fully visible

Andre Dietisheim (JIRA) issues at jboss.org
Tue Aug 26 08:45:00 EDT 2014


    [ https://issues.jboss.org/browse/JBIDE-16877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12995773#comment-12995773 ] 

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.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/connection/ConnectionWizardPage.java#L119
* Domain combo (too small): https://github.com/adietish/jbosstools-openshift/blob/master/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/application/ApplicationConfigurationWizardPage.java#L169

> 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)


More information about the jbosstools-issues mailing list