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)