4 Replies Latest reply on Jun 10, 2008 8:15 AM by ilya_shaikovsky

    Tool tip comes below DDB - issue in 3.2.1 - RF-2009

      Hi
      Can you please let me know whether this issue was addressed in 3.2.1
      since the tool tip still comes below the select drop down box.
      Although it is mentioned in the issue thread (http://jira.jboss.org/jira/browse/RF-2009)that its a IE 6 limitation, i was thinking that tool tip issue will be addressed in 3.2.1 release.
      Can you please clarify? This is bit important for us.

      .
      code snippet:
      Please note that
      <a:ajaxOutputPanel>
      <a:jsfGraphicImage id="tipPartner" value="#{image['HelpIcon']}"/>
      <a:richToolTip followMouse="true" layout="block" direction="top-right" delay="100" zorder="1000">
      <a:jsfOutputText value="#{text['TooltipRelStatus']}"/>
      </a:richToolTip>
      </a:ajaxOutputPanel>

      Can you please suggest me a workaround for the same.