8 Replies Latest reply on Mar 27, 2009 11:47 AM by simit_kul

    rich ComboBox inside a scrollable div.


      Hi everyone,
      I am having a problem regarding rich comboBox and a div, as a parent to the table, which contains this comboBox.
      eg -->
      < div style="height: 200px; overflow:auto;">
      < table>
      <rich:comboBox id="someid" width="100px;"
      directInputSuggestions="true">
      <f:selectItem itemValue="1" />
      <f:selectItem itemValue="2" />
      </rich:comboBox>
      </ table>
      </ div>


      Problem is, when I scroll the div, combobox leaves its position, as if its position is absolute and has z-index as -1. I didn't give it any style. Still something weird is happing. Has any body faced such problem before? Please Help me out.