1 Reply Latest reply on May 21, 2008 11:57 AM by ilya_shaikovsky

    inplaceSelect rendering problem on IE7

    lmk

      hello guys!

      Im testing the new and beautiful component inplaceSelect!
      the component works fine on FireFox, but on IE7, list items is rendered with vertical and horizontal scroll bar, and it make more difficult to select value.
      I have only 4 items,I dont need a scroll bar..

      below code :

      <rich:inplaceSelect value="#{form.positionOp}"
      defaultLabel="Click here to edit" layout="block">
      <f:selectItems value="#{form.opItems}" />
      <a4j:support event="onviewactivated" reRender="op_position_order"></a4j:support>
      </rich:inplaceSelect>
      


      RF version 3.2.1.CR4

      thanks!