Uploaded image for project: 'MyFaces Tomahawk'
  1. MyFaces Tomahawk
  2. TOMAHAWK-649

Style attribute is not rendered for <li> tags

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 1.1.4-SNAPSHOT
    • None
    • Panel Navigation2
    • None

    Description

      The style attribute for commandNavigation2 is not rendered for the output li element. The class attribute is rendered correctly.

      <t:panelNavigation2 id="navigation" layout="list" renderAll="true">
      <t:commandNavigation2>
      <t:outputText value="Case Administration"/>
      <t:commandNavigation2 style="********this is NOT rendered************" styleClass="******this IS rendered**********">
      <t:outputText value="New case"/> ---> rendered as <li>
      </t:commandNavigation2>
      <t:commandNavigation2 style="border-bottom: 0px none;">
      <t:outputText value="Edit current case"/>
      </t:commandNavigation2>
      <t:commandNavigation2>
      <t:outputText value="Delete current case"/>
      </t:commandNavigation2>
      <t:commandNavigation2>
      <t:outputText value="Export current case"/>
      </t:commandNavigation2>
      <t:commandNavigation2>
      <t:outputText value="Find case"/>
      </t:commandNavigation2>
      </t:commandNavigation2>
      </t:panelNavigation2>

      Attachments

        Activity

          People

            Unassigned Unassigned
            mathias.werlitz Mathias Werlitz
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: