[JBoss JIRA] (JBIDE-19990) "See JBoss Tools Visual Editor FAQ" link is not working.
by Radim Hopp (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19990?page=com.atlassian.jira.plugi... ]
Radim Hopp commented on JBIDE-19990:
------------------------------------
I'm seeing this issue only when External Browser - Default system web browser is configured in preferences. When I switch external browser to firefox, everything is ok.
> "See JBoss Tools Visual Editor FAQ" link is not working.
> --------------------------------------------------------
>
> Key: JBIDE-19990
> URL: https://issues.jboss.org/browse/JBIDE-19990
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central, visual-page-editor-core
> Affects Versions: 4.3.0.Beta1
> Reporter: Radim Hopp
> Assignee: Radim Hopp
> Fix For: 4.3.0.Beta2
>
>
> When the browser cannot be instantiated, error is shown and on the bottom of the editor is "See JBoss Tools Visual Editor FAQ" link (see here: http://i.imgur.com/F2l9Hgi.png).
> This link is not working. Clicking on it just writes into console, from where JBDS/JBT was started, this:
> _env: /home/rhopp/http:/tools.jboss.org/documentation/faq/visualeditor.html: Directory or file does not exist_
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20092) Connection wizard: hitting retrivial link with mouse does not do anything on OSX (hitting enter works)
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20092?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-20092:
-------------------------------------
Sprint: 22-Jun >> 05-Jul 2015-JBDS/JBT
> Connection wizard: hitting retrivial link with mouse does not do anything on OSX (hitting enter works)
> ------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-20092
> URL: https://issues.jboss.org/browse/JBIDE-20092
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Reporter: Max Rydahl Andersen
> Assignee: Max Rydahl Andersen
> Priority: Critical
> Labels: connection_wizard, openshift_v3
> Fix For: 4.3.0.Beta2
>
> Attachments: new-connection-link.png, retrieve-token-link.png, singnup-link.png
>
>
> using https://console.stg.openshift.com as server
> the retrieve link does nothing if clicked.
> Only if I use "enter" on the keyboard does it actually show a browser.
> Steps:
> # ASSERT: make sure that you're using MacOS
> # EXEC: launch new connection wizard,
> # EXEC: provide host, pick "OpenShift v3" and make sure you have "Oauth" authentication chosen
> # EXEC: hit "retrieve" link
> !retrieve-token-link.png!
> Result:
> Nothing happens
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20165) Text for WildFly 9.x in New Server wizard points to WildFly 8.x
by Marián Labuda (JIRA)
Marián Labuda created JBIDE-20165:
-------------------------------------
Summary: Text for WildFly 9.x in New Server wizard points to WildFly 8.x
Key: JBIDE-20165
URL: https://issues.jboss.org/browse/JBIDE-20165
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: server
Affects Versions: 4.3.0.Beta1
Reporter: Marián Labuda
Priority: Minor
Attachments: new_server_wildfly9x.png
Text in details area for a new server showing type of server is incorrect for server WildFly 9.x (Experimental). It is pointing to WildFly 8.x. See attached screenshot.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20165) Text for WildFly 9.x in New Server wizard points to WildFly 8.x
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20165?page=com.atlassian.jira.plugi... ]
Marián Labuda updated JBIDE-20165:
----------------------------------
Description:
Text in details area for a new server showing type of server is incorrect for server WildFly 9.x (Experimental). It is pointing to WildFly 8.x. !new_server_wildfly9x.png!
was:Text in details area for a new server showing type of server is incorrect for server WildFly 9.x (Experimental). It is pointing to WildFly 8.x. See attached screenshot.
> Text for WildFly 9.x in New Server wizard points to WildFly 8.x
> ---------------------------------------------------------------
>
> Key: JBIDE-20165
> URL: https://issues.jboss.org/browse/JBIDE-20165
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.3.0.Beta1
> Reporter: Marián Labuda
> Priority: Minor
> Attachments: new_server_wildfly9x.png
>
>
> Text in details area for a new server showing type of server is incorrect for server WildFly 9.x (Experimental). It is pointing to WildFly 8.x. !new_server_wildfly9x.png!
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-3427) Undo (Ctrl+Z) doesn't work correctly for comments
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-3427?page=com.atlassian.jira.plugin... ]
Konstantin Marmalyukov updated JBIDE-3427:
------------------------------------------
Fix Version/s: 4.3.0.Beta2
(was: LATER)
> Undo (Ctrl+Z) doesn't work correctly for comments
> -------------------------------------------------
>
> Key: JBIDE-3427
> URL: https://issues.jboss.org/browse/JBIDE-3427
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: upstream
> Affects Versions: 3.0.0.cr1
> Reporter: Yura Zhishko
> Assignee: Konstantin Marmalyukov
> Fix For: 4.3.0.Beta2
>
>
> 1) Choose any tag or text
> 2) Choose Source -> Toggle Comment (or press Ctrl+Shift+C)
> ASSERT: Line is commented
> 3) Make Undo (Ctrl+Z)
> ASSERT: This action delete only the end of tag (-->)
> 4) Make Undo (Ctrl+Z) again
> ASSERT: Delete start tag (<!--)
> I think that the line should be uncommented from the first time of using Ctrl+Z
> Another test case:
> 1) Select more than one line
> 2) Choose Source -> Add Block Comment
> ASSERT: Block is commented
> 3) Choose Source -> Add Block Comment again
> ASSERT: Nothing happens
> 4) Press Ctrl+Z (Undo)
> ASSERT: New <!-- --> appeared around existed comments
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months