[jbosstools-issues] [JBoss JIRA] (JBIDE-17554) Properties: modal progress dialog shows up if properties view displays connection before it was loaded

Andre Dietisheim (JIRA) issues at jboss.org
Fri Jun 6 09:34:17 EDT 2014


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

Andre Dietisheim commented on JBIDE-17554:
------------------------------------------

The modal dialog is created by the following call to run a job which loads the connection details:

{code:title=ConnectionPropertySource}
PlatformUI.getWorkbench().getProgressService().busyCursorWhile(longRunning);
{code}

> Properties: modal progress dialog shows up if properties view displays connection before it was loaded
> ------------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-17554
>                 URL: https://issues.jboss.org/browse/JBIDE-17554
>             Project: Tools (JBoss Tools)
>          Issue Type: Enhancement
>          Components: openshift
>    Affects Versions: 4.2.0.Beta2
>            Reporter: Andre Dietisheim
>            Priority: Minor
>             Fix For: 4.2.x
>
>         Attachments: loading-connection-details.png
>
>
> Steps to reproduce:
> # ASSERT: make sure you have at least 1 connection and it is not loaded yet (you'd most likely have to freshly start Eclipse since OpenShift cashes its resources)
> # ASSERT: make  sure you have properties view opened "hidden" (ex. in the bottom section, opened but not visible)
> # ASSERT: make sure you have OpenShift Explorer visible (ex. in bottom section on top of properties view)
> # EXEC: in OpenShift explorer: select your connection
> # EXEC: switch to Properties view
> Result:
> Some modal dialog with progress shows up while the connection details are loaded
> !loading-connection-details.png!



--
This message was sent by Atlassian JIRA
(v6.2.3#6260)


More information about the jbosstools-issues mailing list