[jbosstools-issues] [JBoss JIRA] (JBIDE-15379) Hyperlink on CSS file links works only for Dynamic Web Projects

Daniel Azarov (JIRA) jira-events at lists.jboss.org
Wed Aug 28 20:24:28 EDT 2013


     [ https://issues.jboss.org/browse/JBIDE-15379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Azarov updated JBIDE-15379:
----------------------------------

    Description: 
Now we have WTP hyperlink "Open 'filename ' with CSS Editor" which works on every kind of projects.
We need just delete our hyperlink org.jboss.tools.jst.text.ext.hyperlink.JSPStylesheetRelLinkHyperlink

Test case:

EXECUTE:
1. Create project (Non Dynamic Web Project)
2. Create file a.html:
{code}
<html>
<head>
    <link rel="stylesheet" href="aaaa.css" />
</head>
<body>
</body>
{code}

3. Create empty file aaaa.css

4. Open a.html file in Visual Page Editor and try to Ctrl click mouse on "aaaa.css"

There are two hyperlinks:
1. Open file 'aaaa.css'
2. Open 'aaaa.css' with CSS File Editor

5. Try to select first hyperlink

FAIL: nothing happened


Note: after removing our hyperlink (1.) should remain only second one which works.

  was:
Now we have WTP hyperlink "Open 'filename ' with CSS Editor" which works on every kind of projects.
We need just delete our hyperlink org.jboss.tools.jst.text.ext.hyperlink.JSPStylesheetRelLinkHyperlink


    
> Hyperlink on CSS file links works only for Dynamic Web Projects
> ---------------------------------------------------------------
>
>                 Key: JBIDE-15379
>                 URL: https://issues.jboss.org/browse/JBIDE-15379
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: jsp/jsf/xml/html source editing
>    Affects Versions: 4.1.0.Final
>            Reporter: Daniel Azarov
>            Assignee: Daniel Azarov
>             Fix For: 4.2.0.Alpha1
>
>
> Now we have WTP hyperlink "Open 'filename ' with CSS Editor" which works on every kind of projects.
> We need just delete our hyperlink org.jboss.tools.jst.text.ext.hyperlink.JSPStylesheetRelLinkHyperlink
> Test case:
> EXECUTE:
> 1. Create project (Non Dynamic Web Project)
> 2. Create file a.html:
> {code}
> <html>
> <head>
>     <link rel="stylesheet" href="aaaa.css" />
> </head>
> <body>
> </body>
> {code}
> 3. Create empty file aaaa.css
> 4. Open a.html file in Visual Page Editor and try to Ctrl click mouse on "aaaa.css"
> There are two hyperlinks:
> 1. Open file 'aaaa.css'
> 2. Open 'aaaa.css' with CSS File Editor
> 5. Try to select first hyperlink
> FAIL: nothing happened
> Note: after removing our hyperlink (1.) should remain only second one which works.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list