1 Reply Latest reply on Apr 25, 2009 4:13 AM by ilya_shaikovsky

    rich:tooltip in conjunction with a4j:poll broken in IE7?

      Hi there,

      I'm using RichFaces 3.3.0 and IE7.

      My application refreshes a page periodically that contains rich:tooltip using a4j:poll. When I hover my mouse to the tooltip section when the poll just started, I could invoke a javascript error response:

      'this.toolTip.style' is null or not an object

      I suspect RF has not fully initialized the DOM and the tooltip is looking for something that's not there.

      Is there a way to address this race issue?