[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-7535) Make unknown outer tags transparent

Yahor Radtsevich (JIRA) jira-events at lists.jboss.org
Tue Nov 9 11:36:02 EST 2010


Make unknown outer tags transparent
-----------------------------------

                 Key: JBIDE-7535
                 URL: https://jira.jboss.org/browse/JBIDE-7535
             Project: Tools (JBoss Tools)
          Issue Type: Feature Request
            Reporter: Yahor Radtsevich
            Assignee: Denis Maliarevich
             Fix For: 3.2.0.Beta2
         Attachments: current-vs-desired.png

Our current approach is to render unknown tags in the following way:
<DIV CLASS="__any__tag__caption" STYLE="border: 1px solid green">
   unknown-tag
   CHILDREN ARE RENDERED HERE
</DIV>

This makes all children of an unknown tag to be rendered in green. This is bad. A better way to render these tags may be something like this:
<DIV STYLE="border: 1px solid green">
   <DIV  CLASS="__any__tag__caption">unknown-tag</DIV>
   CHILDREN ARE RENDERED HERE
</DIV>

See current-vs-desired.png.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list