You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Udo Schnurpfeil (JIRA)" <de...@myfaces.apache.org> on 2018/03/28 13:50:00 UTC

[jira] [Resolved] (TOBAGO-1878) Duplicated IDs in HTML for tc:tree inside tc:flexLayout with mojarra

     [ https://issues.apache.org/jira/browse/TOBAGO-1878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Udo Schnurpfeil resolved TOBAGO-1878.
-------------------------------------
    Resolution: Fixed

> Duplicated IDs in HTML for tc:tree inside tc:flexLayout with mojarra
> --------------------------------------------------------------------
>
>                 Key: TOBAGO-1878
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-1878
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Core
>            Reporter: Henning Noeth
>            Assignee: Udo Schnurpfeil
>            Priority: Minor
>             Fix For: 4.2.0
>
>
> Tested with Mojarra 2.0, 2.1, 2.3
> The bug appears if columns attribute have the value '1fr'.
> The duplicated IDs are from <style> tags.
> Example:
> {code:xml}<tc:flexLayout columns="1fr">
>   <tc:tree value="#{treeController.sample}" var="node">
>     <tc:treeNode>
>       <tc:treeLabel value="#{node.userObject.name}"/>
>     </tc:treeNode>
>   </tc:tree>
> </tc:flexLayout>{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)