ICEfaces
  1. ICEfaces
  2. ICE-3209

ice:panelCollapsible: images not shown when header facet's content is not surrounded by div

    Details

    • Type: Bug Bug
    • Status: Open
    • Priority: Major Major
    • Resolution: Unresolved
    • Affects Version/s: 1.7, 1.7.1
    • Fix Version/s: None
    • Component/s: None
    • Labels:
      None
    • Environment:
      any

      Description

      the images PnlHdr_collapsed.gif and PnlHdr_down.gif are not shown in the panelCollapsible's header when the header facet of this component doesn't enclose its content within a div like:

      <ice:panelCollapsible style="width:500px;"
          expanded="true">
           <f:facet name="header">
               <div>
      <ice:outputText value="Collapsible Panel" />
      </div>
           </f:facet>
           <ice:panelGroup style="height:350px;">
      <ice:outputText value="Some content..." />
           </ice:panelGroup>
      </ice:panelCollapsible>

      Removing the div tags causes the images to disappear.

        Activity

        There are no comments yet on this issue.

          People

          • Assignee:
            Unassigned
            Reporter:
            Michael Thiem
          • Votes:
            2 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

            • Created:
              Updated: