[jbosstools-issues] [JBoss JIRA] (JBIDE-19637) Runtime download hyperlink not working from New Server dialog on Mac

Andre Dietisheim (JIRA) issues at jboss.org
Mon Jun 29 18:06:04 EDT 2015


    [ https://issues.jboss.org/browse/JBIDE-19637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13084743#comment-13084743 ] 

Andre Dietisheim edited comment on JBIDE-19637 at 6/29/15 6:05 PM:
-------------------------------------------------------------------

[~snjeza] [~maxandersen] thx for the patch. I tried it but it has no effect for me on MacOS. On MacOS the link to singn up to OpenShift on the top of the dialog isnt functional either. I tried attaching lowlevel mouse- and selection listeners but they all wont work either. 

!singnup-link.png!

Only hitting "Return" invokes them once the link is focused. 
Even more weird is that we have a link in the OpenShift Explorer when there are no connection. This link opens the connection wizard so that you can create a new connection. This link works perfectly fine on MacOS even though it has no difference in code at all. It's also a SWT Link widget and we also attach a SelectionListener to it.

!new-connection-link.png!

*Label*, *CLabel* and *Hyperlink* all react to clicks. 
I am absoutely clueless why this fails on MacOS, this very much smells like a platform issue

As workaround I see us using a label and a hyperlink for the 2 clickable and non-clickable parts (extending the link part in order to have 2 distinct clickable and non-clickable parts):
[Label:Enter a token or][Hyperlink:retireve a new one]



was (Author: adietish):
[~snjeza] [~maxandersen] thx for the patch. I tried it but it has no effect for me on MacOS. On MacOS the link to singn up to OpenShift on the top of the dialog isnt functional either. I tried attaching lowlevel mouse- and selection listeners but they all wont work either. 

!singnup-link.png!

Only hitting "Return" invokes them once the link is focused. 
Even more weird is that we have a link in the OpenShift Explorer when there are no connection. This link opens the connection wizard so that you can create a new connection. This link works perfectly fine on MacOS even though it has no difference in code at all. It's also a SWT Link widget and we also attach a SelectionListener to it.

!new-connection-link.png!

*Label*, *CLabel* and *Hyperlink* all react to clicks. 
I am absoutely clueless why this fails on MacOS, this very much smells like a platform issue

As workaround I see us using a label and a hyperlink for the 2 clickable and non-clickable parts (extending the link part in order to have 2 distinct clickable and non-clickable parts):
[Label:"Enter a token or][Hyperlink:retireve a new one]


> Runtime download hyperlink not working from New Server dialog on Mac
> --------------------------------------------------------------------
>
>                 Key: JBIDE-19637
>                 URL: https://issues.jboss.org/browse/JBIDE-19637
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: server
>    Affects Versions: 4.3.0.Alpha2
>            Reporter: Martin Malina
>            Assignee: Rob Stryker
>              Labels: help_wanted
>             Fix For: 4.3.0.Beta2
>
>         Attachments: new-connection-link.png, singnup-link.png
>
>
> When you go through Servers view -> New Server -> EAP 6.1 -> New Runtime and then click "Download and install runtime...", it won't do anything.
> If you go through Preferences -> Server -> Runtime Environments -> Add -> EAP 6.1+ and then click the Download button, it will work.
> This issue applies to both JBDS 8.1.0.GA and JBoss Tools 4.3.0.Alpha2 testing build, but I doubt we will be able to fix this for 4.2.x.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


More information about the jbosstools-issues mailing list