]
Andre Dietisheim updated JBIDE-12312:
-------------------------------------
Fix Version/s: LATER
(was: 4.2.x)
Domain wizard: If domain creation fails because of name that's
already used (or forbidden), no info is visible in wizard after you closed the error
dialog
----------------------------------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-12312
URL:
https://issues.jboss.org/browse/JBIDE-12312
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: openshift
Affects Versions: 3.3.0.Final
Reporter: Andre Dietisheim
Priority: Minor
Labels: domain_wizard
Fix For: LATER
Attachments: domain-name-already-used.png, missing-user-guidance.png,
no-error.png
If you create a new domain on OpenShift, you'll have to provide it's name. This
name has to be unique across OpenShift (for all users). If you use a domain name
that's already used, you'll get an error dialog that informs you about the name
not being unique across OpenShift.
!domain-name-already-used.png!
Once you close this dialog, noting is showing this error any more. The name field is not
decorated with an error marker.
steps to reproduce:
# ASSERT make sure you have an account without a domain
# EXEC launch the *OpenShift Application* wizard
# ASSERT you get to the *Domain creation* dialog
# EXEC supply a valid key and choose a domain name that is *already used* (ex.
"domain")
# ASSERT You get an error dialog that tells you that the domain name is already used
# EXEC hit *OK*
Result:
The domain creation dialog has no information that would tell you what you have to
correct.
!missing-user-guidance.png!
We should improved this:
* put an error decoration to the name text field
* put the cursor into the name text field (eventually select the whole name in it)
* eventually reach out to #libra to get a way to query the availability of the given
name, so that we can validate while typing.