Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-15379

Hyperlink on CSS file links works only for Dynamic Web Projects

XMLWordPrintable

      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:

      <html>
      <head>
          <link rel="stylesheet" href="aaaa.css" />
      </head>
      <body>
      </body>
      

      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.

            dazarov_jira Daniel Azarov (Inactive)
            dazarov_jira Daniel Azarov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: