[
https://issues.jboss.org/browse/JBIDE-17494?page=com.atlassian.jira.plugi...
]
Rob Stryker commented on JBIDE-17494:
-------------------------------------
The diff is as follows:
- WizardDialog dialog = new
WizardDialog(downloadAndInstallButton.getShell(), wizard);
+ WizardDialog dialog = new
TaskWizardDialog(downloadAndInstallButton.getShell(), wizard);
There is also a new import.
Download Runtimes not validating credentials when launched from new
server wizard
---------------------------------------------------------------------------------
Key: JBIDE-17494
URL:
https://issues.jboss.org/browse/JBIDE-17494
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: server
Affects Versions: 4.2.0.Beta2
Reporter: Rob Stryker
When entering the download-runtimes wizard via the hyperlink in a new runtime wizard,
your credentials are not validated at all, and T&C are not shown.
This is due to the new runtime wizard being launched via a normal WizardDialog instead of
via the enhancde TaskWizardDialog, which properly forwards calls to nextPressed to the
fragment so it can do long-running tasks during the press of the 'next' button.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)