[jbosstools-issues] [JBoss JIRA] (JBIDE-18349) Application wizard: Layout of wizard is broken

Andre Dietisheim (JIRA) issues at jboss.org
Tue Sep 16 14:17:03 EDT 2014


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

Andre Dietisheim commented on JBIDE-18349:
------------------------------------------

I can fix this by replacing 

{code}
getControl().pack(true)
{code}

by 

{code}
getShell().layout(true, true)
{code}

which makes this bug go away and JBIDE-16877 being fixed, too.

> Application wizard: Layout of wizard is broken
> ----------------------------------------------
>
>                 Key: JBIDE-18349
>                 URL: https://issues.jboss.org/browse/JBIDE-18349
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: openshift
>    Affects Versions: 4.2.0.CR1
>         Environment: Fedora 19
>            Reporter: Marián Labuda
>            Assignee: Andre Dietisheim
>              Labels: application_wizard
>             Fix For: 4.2.0.CR2
>
>         Attachments: wizard-loaded.png, wizard-loading.png, wizard.png
>
>
> The New application wizard has incorrectly shown components inside it - e.g. buttons, tables... There are 2 types of issues:
> 1) For basic quickstarts there is too much space on the right side of the wizard which was not here before:
> !wizard-loaded.png!
> although while loading the page (preprocessing data) the layout is ok:
> !wizard-loading.png!
> 2) Quickstarts (I think it's bcs. of Source code group which is expanded) has invisible components (some buttons...):
> !wizard.png!



--
This message was sent by Atlassian JIRA
(v6.3.1#6329)



More information about the jbosstools-issues mailing list