[JBoss JIRA] (JBIDE-20364) Connection wizard: all text (not just "retrieve") is clickable
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20364?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-20364:
------------------------------------------
This is caused by a workaround we're using because of JBIDE-20092:
The link widget is broken in dialogs on MacOS. We're therefore using a styledText instead. We're missing a check which looks at "where in the styled text" the user clicked, responding to clicks on the "link"-styled text only.
> Connection wizard: all text (not just "retrieve") is clickable
> --------------------------------------------------------------
>
> Key: JBIDE-20364
> URL: https://issues.jboss.org/browse/JBIDE-20364
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.0.Beta2
> Environment: JBDS 9.0.0.Beta2 B81
> Reporter: Marián Labuda
> Assignee: Daniel Azarov
> Priority: Minor
> Labels: connection_wizard, help_wanted
> Fix For: 4.3.0.CR1
>
> Attachments: all-text-is-clickable.png
>
>
> The link for OAuth type of authentization for v3 connection "Enter a token or retrieve a new one." is whole clickable.
> !all-text-is-clickable.png!
> The label (only black text) should not be clickable. Only keyword "retrieve", which is marked as a link (blue, underlined) should be clickable. Now there is a carret on the whole link with label and nothing let user know that also label is clickable, what should not be.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 8 months
[JBoss JIRA] (JBIDE-20405) Connection wizard: Improve the error message resulting from trying to create new OpenShift v3 application when launching wizard from Central
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20405?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-20405:
-------------------------------------
Summary: Connection wizard: Improve the error message resulting from trying to create new OpenShift v3 application when launching wizard from Central (was: Improve the display of the error message resulting from trying to create new OpenShift v3 application when launching wizard from Central in 4.3.0.beta2)
> Connection wizard: Improve the error message resulting from trying to create new OpenShift v3 application when launching wizard from Central
> --------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-20405
> URL: https://issues.jboss.org/browse/JBIDE-20405
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.0.Beta2
> Reporter: Len DiMaggio
> Assignee: Daniel Azarov
> Priority: Minor
> Labels: connection_wizard, help_wanted
> Fix For: 4.3.0.CR1
>
> Attachments: Screenshot-4.png, Screenshot-5.png
>
>
> See attached screenshots - can we provide a more descriptive, and better formatted, error message? Thx!
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 8 months
[JBoss JIRA] (JBIDE-20167) Openshift Tooling Usage Tracking
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20167?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-20167 at 8/7/15 5:44 AM:
------------------------------------------------------------------
imho this is non-obvious in terms of usage API, there's room to improve it or the javadoc I think.
If I understood the int-value (0=failure, 1=success) there's no way for it to hold additional or different values (only the meanin can change). Thus replacing int by a boolean "success" (or adding such a method) would make it more obvious.
merged and pushed to upstream/master
was (Author: adietish):
imho this is non-obvious in terms of usage API, there's room to improve it or the javadoc I think.
If I understood the int-value (0=failure, 1=success) there's no way for it to hold additional or different values (only the meanin can change). Thus replacing int by a boolean "success" would make it more obvious.
merged and pushed to upstream/master
> Openshift Tooling Usage Tracking
> --------------------------------
>
> Key: JBIDE-20167
> URL: https://issues.jboss.org/browse/JBIDE-20167
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.3.0.Beta1
> Reporter: Burr Sutter
> Assignee: Alexey Kazakov
> Labels: usage
> Fix For: 4.3.0.CR1
>
> Attachments: import_app_v2.png
>
>
> Embed usage tracking logic in the Openshift v3 tooling - allowing us to know how many individuals are using those tools.
> Usage API docs are here: https://github.com/jbosstools/jbosstools-devdoc/blob/master/api/usage/usa...
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 8 months
[JBoss JIRA] (JBIDE-20167) Openshift Tooling Usage Tracking
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20167?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-20167 at 8/7/15 5:44 AM:
------------------------------------------------------------------
[~akazakov] imho this is non-obvious in terms of usage API, there's room to improve it or the javadoc I think.
If I understood the int-value (0=failure, 1=success) there's no way for it to hold additional or different values (only the meanin can change). Thus replacing int by a boolean "success" (or adding such a method) would make it more obvious.
merged and pushed to upstream/master
was (Author: adietish):
imho this is non-obvious in terms of usage API, there's room to improve it or the javadoc I think.
If I understood the int-value (0=failure, 1=success) there's no way for it to hold additional or different values (only the meanin can change). Thus replacing int by a boolean "success" (or adding such a method) would make it more obvious.
merged and pushed to upstream/master
> Openshift Tooling Usage Tracking
> --------------------------------
>
> Key: JBIDE-20167
> URL: https://issues.jboss.org/browse/JBIDE-20167
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.3.0.Beta1
> Reporter: Burr Sutter
> Assignee: Alexey Kazakov
> Labels: usage
> Fix For: 4.3.0.CR1
>
> Attachments: import_app_v2.png
>
>
> Embed usage tracking logic in the Openshift v3 tooling - allowing us to know how many individuals are using those tools.
> Usage API docs are here: https://github.com/jbosstools/jbosstools-devdoc/blob/master/api/usage/usa...
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 8 months
[JBoss JIRA] (JBIDE-20167) Openshift Tooling Usage Tracking
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20167?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-20167 at 8/7/15 5:43 AM:
------------------------------------------------------------------
imho this is non-obvious in terms of usage API, there's room to improve it or the javadoc I think.
If I understood the int-value (0=failure, 1=success) there's no way for it to hold additional or different values (only the meanin can change). Thus replacing int by a boolean "success" would make it more obvious.
merged and pushed to upstream/master
was (Author: adietish):
imho this is non-obvious in terms of usage API, there's room to improve it or the javadoc I think.
merged and pushed to upstream/master
> Openshift Tooling Usage Tracking
> --------------------------------
>
> Key: JBIDE-20167
> URL: https://issues.jboss.org/browse/JBIDE-20167
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.3.0.Beta1
> Reporter: Burr Sutter
> Assignee: Alexey Kazakov
> Labels: usage
> Fix For: 4.3.0.CR1
>
> Attachments: import_app_v2.png
>
>
> Embed usage tracking logic in the Openshift v3 tooling - allowing us to know how many individuals are using those tools.
> Usage API docs are here: https://github.com/jbosstools/jbosstools-devdoc/blob/master/api/usage/usa...
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 8 months