1 Reply Latest reply on Jul 19, 2007 9:33 AM by orribl

    TogglePanel render problem

      Hi,

      I had a problem with the rich:togglePanel. When I added the togglePanel, the height of the header area was much to small.
      Then I added a header class:

      <rich:simpleTogglePanel headerClass="toggleHeader" switchType="client" label="Some Text">

      and in the style class I added
      .toggleHeader{
      line-height:normal;
      }

      and now it's displayed properly.

      Is this a bug....?