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

Vlado Pakan (JIRA) jira-events at lists.jboss.org
Wed Dec 1 08:53:05 EST 2010


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

Vlado Pakan closed JBIDE-7535.
------------------------------



Verified on jbdevstudio-eap-linux-gtk-4.0.0.v201011291019R-H12-Beta2.jar.

> Make unknown outer tags transparent
> -----------------------------------
>
>                 Key: JBIDE-7535
>                 URL: https://jira.jboss.org/browse/JBIDE-7535
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: Visual Page Editor core
>            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.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list