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

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

Henning Noeth created TOBAGO-1878:
-------------------------------------

             Summary: Duplicated IDs 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: New Feature
          Components: Core
            Reporter: Henning Noeth


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)