5 Replies Latest reply on Jun 30, 2008 11:57 AM by timgozag

    InplaceInput and tab are not working in IE

    timgozag


      Is there anyone out there can make this tab things to work? I am not able to use tab in IE to navigate through inplaceInput. Is this a Richfaces' bug?


      Here is the code I copied from Richfaces live demo:
      <h:panelGrid columns="2">
      <h:outputText value="Name: "/>
      <rich:inplaceInput defaultLabel="name" tabIndex="1"/>
      <h:outputText value="Email:" />
      <rich:inplaceInput defaultLabel="email" tabIndex="2"/>
      </h:panelGrid>

      Thank you