[jbosstools-issues] [JBoss JIRA] (JBIDE-10181) Suggestion css styles which indirectly referenced by custom tags on a page with VPE content assist

Max Rydahl Andersen (JIRA) issues at jboss.org
Mon Jan 20 06:55:49 EST 2014


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

Max Rydahl Andersen resolved JBIDE-10181.
-----------------------------------------

    Resolution: Out of Date


Thank you for reporting this issue but this issue have been resolved as out-of-date since it has not had any updates for the last 2+ years (730 days).

If you believe this issue is still relevant and important then please reopen the issue or create a new one mentioning/linking this jira for background information.

Thank you!


                
> Suggestion css styles which indirectly referenced by custom tags on a page with VPE content assist
> --------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-10181
>                 URL: https://issues.jboss.org/browse/JBIDE-10181
>             Project: Tools (JBoss Tools)
>          Issue Type: Sub-task
>          Components: jsp/jsf/xml/html source editing
>            Reporter: Vitali Yemialyanchyk
>            Assignee: Alexey Kazakov
>            Priority: Minor
>             Fix For: LATER
>
>
> 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 get content assist for (<div class=") for example here:
> {code}
> <div class="component">
> {code}
> with Ctrl+Space
> Expected result: should suggest -> "article", "component", "in_filemanager", "in_stopka", "subitem"

--
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