[jbosstools-issues] [JBoss JIRA] (JBIDE-10176) VPE source navigation: open css style which are referenced indirectly from my custom tag implementation does not work (Ctrl + left mouse button)

Vitali Yemialyanchyk (Commented) (JIRA) jira-events at lists.jboss.org
Tue Nov 15 06:01:42 EST 2011


    [ https://issues.jboss.org/browse/JBIDE-10176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12642865#comment-12642865 ] 

Vitali Yemialyanchyk commented on JBIDE-10176:
----------------------------------------------

doh... definitely from my point of view there is a difference between JBIDE-10173 & JBIDE-10176. Of course these issues almost about the same and I use 1 common test project for the issues. But easiest way for implementation - imo, separate 1 task in more smaller peaces. So take a look, JBIDE-10173 - is just about navigation for css files, from my example:
{code}
<stopka:dss file="system/styles/filemanager.css" />
{code}
- this could be not workable example, even on server, i.e. it does not include css styles correctly in example project, but should be possible to open css file in any case!
If you want somehow track this as a one issue it is possible create a new big issue and convert JBIDE-10173 & JBIDE-10176 into its subtasks. From my point of view it is not correctly to resolve the issue.
                
> VPE source navigation: open css style which are referenced indirectly from my custom tag implementation does not work (Ctrl + left mouse button)
> ------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-10176
>                 URL: https://issues.jboss.org/browse/JBIDE-10176
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: jsp/jsf/xml source editing
>    Affects Versions: 3.3.0.M4
>            Reporter: Vitali Yemialyanchyk
>            Assignee: Alexey Kazakov
>             Fix For: 3.3.0.Beta1
>
>
> 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:
> {code}
> <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>
> {code}
> 7) try to open "component" & "subitem":
> {code}
> 	    <div class="component">
> 	        <div class="subitem">
> 	        </div>
> 	    </div>
> {code}
> 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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list