[JBoss JIRA] Created: (JBIDE-7317) Cloud Connection wizard: user input is block when entering a url
by Andre Dietisheim (JIRA)
Cloud Connection wizard: user input is block when entering a url
----------------------------------------------------------------
Key: JBIDE-7317
URL: https://jira.jboss.org/browse/JBIDE-7317
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: deltacloud
Affects Versions: 3.2.0.Beta1
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Fix For: 3.2.0.Beta2
If you try to create a new connection (Cloud Connection Wizard) and enter a URL, you may come to a point where you cannot enter any new character. The UI is freezing.
The reason for this is that the wizard tries to connect to the given url and tries to determine if a deltacloud instance may be reached there. This process blocks the UI. The databinding that is used for this matter does checking in a background thread, but does not do it in a proper way (#observeDelayed).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months
[JBoss JIRA] Created: (JBIDE-7595) Refresh handler conflict
by Libor Zoubek (JIRA)
Refresh handler conflict
------------------------
Key: JBIDE-7595
URL: https://jira.jboss.org/browse/JBIDE-7595
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: deltacloud
Affects Versions: 3.2.0.Beta2
Environment: JBT 3.2.0.v20101114-2138-H230-Beta2
Reporter: Libor Zoubek
Assignee: Max Andersen
Priority: Minor
Right after starting up tools I'm geting warning :
Conflict for 'org.eclipse.ui.file.refresh':HandlerActivation(commandId=org.eclipse.ui.file.refresh,
handler=org.jboss.tools.deltacloud.ui.commands.RefreshInstancesHandler,
expression=org.eclipse.core.internal.expressions.WithExpression@10686bc2,sourcePriority=1073741824)
HandlerActivation(commandId=org.eclipse.ui.file.refresh,
handler=org.jboss.tools.deltacloud.ui.commands.RefreshImagesHandler,
expression=org.eclipse.core.internal.expressions.WithExpression@23ded1ca,sourcePriority=1073741824)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months