]
Fred Bricon closed JBIDE-20847.
-------------------------------
Resolution: Duplicate Issue
Closing as duplicate of JBIDE-21379 (even though it's technically the other way
around)
Only "retrieve" and "sign up here" link inside
styled text should be accessible
-------------------------------------------------------------------------------
Key: JBIDE-20847
URL:
https://issues.jboss.org/browse/JBIDE-20847
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.0.CR2
Reporter: Marián Labuda
Labels: connection_wizard
Fix For: 4.3.1.Beta2
In New Connection dialog are 2 styled texts with links.
First one is for OpenShift 2 server selection on top saying "If you do not have an
account on OpenShift, please +sign up here+."
Second one is for OpenShift 3 while OAuth authentication protocol is selected "Enter
a token or +retrieve+ a new one."
Issue is that both are clickable whole, not just the underlined parts.
Issue is also differences while mouse cursor is moving over them. Second one, about a
token, has hand cursor while mouse is over the text. First one has typical cursor for
text. The cursor could be:
- for clickable part hand cursor
- for nonclickable part arrow cursor
Example of nice working text with link is link for OpenShift 3 server on top of wizard
"New to OpenShift 3? Explore the +getting started documentation+." (Since
JBIDE-20849 this link works as the two above.)