Uploaded image for project: 'MyFaces Tobago'
  1. MyFaces Tobago
  2. TOBAGO-1878

Duplicated IDs in HTML for tc:tree inside tc:flexLayout with mojarra

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 4.2.0
    • Core
    • None

    Description

      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:

      <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>

      Attachments

        Issue Links

          Activity

            People

              lofwyr Udo Schnurpfeil
              hnoeth Henning Nöth
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: