[jbosstools-issues] [JBoss JIRA] Commented: (JBDS-1795) Runtime Detection Dialog during first start gets over modal dialog with request to let usage reporting.

Andre Dietisheim (JIRA) jira-events at lists.jboss.org
Fri Sep 2 10:23:26 EDT 2011


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

Andre Dietisheim commented on JBDS-1795:
----------------------------------------

I tend to think that the dialog to search for runtimes should be modal, too. 
Fiddling around I found out that the fact that the latter dialog inhibits the former one from getting inputs is due to Dialog#setBlockOnOpen(true) in the Dialog super constructor. I therefore set both dialogs to be modal and not to block on open.
The result is the following (in my environment): 

Both dialogs are able to get user inputs (mouse, keyboard), but the workbench behind it still does not react to user inputs.

> Runtime Detection Dialog during first start gets over modal dialog with request to let usage reporting.
> -------------------------------------------------------------------------------------------------------
>
>                 Key: JBDS-1795
>                 URL: https://issues.jboss.org/browse/JBDS-1795
>             Project: Developer Studio (JBoss Developer Studio)
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: runtime, Usage Reporting
>    Affects Versions: 5.0.0.M3
>            Reporter: Denis Golovin
>            Assignee: Snjezana Peco
>            Priority: Critical
>             Fix For: 5.0.0.M3
>
>
> Request to let usage reporting modal dialog is opened first and then it is covered by bigger Runtime Detection Dilaog. Usage dialog is modal and nothing can be pressed and changed in Runtime Detection dialog. Sometimes I even didn't notice usage dialog and it was confusing because runtime detection dialog just didn't respond to mouse events.
> There should be a way to show such dialogs one by one and not all at once blocking each other.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list