[ http://jira.magnolia.info/browse/MAGNOLIA-594?page=all ]
     
Fabrizio Giustina closed MAGNOLIA-594:
--------------------------------------

    Fix Version: 2.0 Final
     Resolution: Won't Fix
      Assign To: Fabrizio Giustina  (was: Boris Kraft)

the class attribute accepts multiple values: class="one two" means that you can 
use:

.one {   ... }
.two {  ...  }

or also:
.one.two {  ... }




> cmsu:simpleNavigation Tag Creates Invalid CSS selectors
> -------------------------------------------------------
>
>          Key: MAGNOLIA-594
>          URL: http://jira.magnolia.info/browse/MAGNOLIA-594
>      Project: magnolia wcm
>         Type: Improvement
>   Components: taglibs
>     Versions: 2.1.3
>     Reporter: Andreas
>     Assignee: Fabrizio Giustina
>     Priority: Minor
>      Fix For: 2.0 Final

>
> Original Estimate: 5 minutes
>         Remaining: 5 minutes
>
> CSS selectors like <li class="open trail">  or <li class="active leaf"> are 
> not valid. There must not be any spaces in the selectorname.
> To fix this I removed sourcecode lines  #348 - #350 in my local copy of 
> SimpleNavigationTag.java
> /*
>                 if (iterator.hasNext()) {
>                     css.append(" "); //$NON-NLS-1$
>                 }
> */

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


----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------

Reply via email to