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

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


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

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

this is caused by the "fix" for JBIDE-16877: 
the cause seems to be in the async data loading we're doing: we create the combos without items, load them in a background job and once the data is available we set them to the combos and select the "default" item. Apparently combos wont stretch to the full height required to display the selected item if there are no items. To fix this we did 

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

once the data was loaded which forced the combos to stretch to the required height to show the selected item. This on the other hand caused the layout in the dialog panel to break and somehow getting unaware of the available space (see screenshot 3 [^wizard.png])

> 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