[
https://issues.jboss.org/browse/JBIDE-17847?page=com.atlassian.jira.plugi...
]
Rob Stryker commented on JBIDE-17847:
-------------------------------------
From what I can tell by tracing, this is not happening on linux. On
linux, closing the dialog doesn't immediately fire some of these events, but rather
adds them to the event queue to run later. Very strange. I can try to make a patch
attempting to use a new Shell object rather than the parent one. The downside of this is
that the new shell won't have an appropriate default start location, since it
won't be able to pull it from the current shell. And there's no guarantee
it'd fix it actually...
I think it would work, though, because the server editor only adds a shell activation
listener to the shell for the workbench window you're using... so its not a global
listener for all shell activations. If I can figure out how to fix the starting position,
it'd probably be do-able.
Bad UI workflow when changing the profile of a server
-----------------------------------------------------
Key: JBIDE-17847
URL:
https://issues.jboss.org/browse/JBIDE-17847
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: server
Affects Versions: 4.2.0.Beta2
Environment: JBDS 8.0.0.Beta3 B172
Reporter: Martin Malina
Assignee: Rob Stryker
Labels: respin-a
Fix For: 4.2.0.Beta3
When I try to change the profile of a server (e.g. WildFly) between file operations and
management, I get stuck in the dialog and nothing happens. It turns out that there is a
pop up asking me if I want to reload the server editor, but it opens behind this other
dialog, so I don't know it's there.
Shouldn't the profile dialog close when you click Finish?
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)