Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-10179 Source editing/navigation in VPE: full support for external custom tags libs
  3. JBIDE-10176

VPE source navigation: open css style which are referenced indirectly from my custom tag implementation does not work (Ctrl + left mouse button)

    XMLWordPrintable

Details

    Description

      1) https://issues.jboss.org/browse/JBIDE-10173 has attached projects.zip, extract 2 demo projects from projects.zip in some folder on you PC intended for such things;
      all steps till step 5 are the same as https://issues.jboss.org/browse/JBIDE-10173
      ...
      6) open stopka-ui-test\src\main\webapp\test.jspx page with VPE:

      <stopka:page xmlns="http://www.w3.org/1999/xhtml"
               xmlns:stopka="http://stopka.us"
               xmlns:jsp="http://java.sun.com/JSP/Page"
               xmlns:c="http://java.sun.com/jsp/jstl/core"
               xmlns:utils="http://stopka.us/ui/utils">
          <jsp:output xmlns:jsp="http://java.sun.com/JSP/Page" omit-xml-declaration="yes"/>
          <c:set var="bannerType" scope="page" value="simple"/>
          <html xmlns="http://www.w3.org/1999/xhtml" lang="en-us">
          <head>
              <title>StopKa filemanager</title>
              <stopka:css file="system/styles/stopka.css" />
              <utils:common-head-data/>
              <stopka:css file="system/styles/filemanager.css" />
          </head>
          <body>
      	    <div class="component">
      	        <div class="subitem">
      	        </div>
      	    </div>
      	<div class="article"/>
              <div class="in_stopka">
              </div>
              <div class="in_filemanager">
              </div>
          </body>
          </html>
      </stopka:page>
      

      7) try to open "component" & "subitem":

      	    <div class="component">
      	        <div class="subitem">
      	        </div>
      	    </div>
      

      with Ctrl + left mouse button click it does not work;

      Expected result: should open related css file -> component.css & subitem.css for it particular case.

      Attachments

        Issue Links

          Activity

            People

              alexeykazakov Alexey Kazakov
              vyemialyanchyk_jira Vitali Yemialyanchyk (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: