0 Replies Latest reply on Mar 1, 2017 8:56 AM by jxyiliu

    how to keep rich:calendar or rich:tooltip open while underneath table being updated.

    jxyiliu

      Hi Everyone,

       

      I have a page with a data table on it. The table will get refresh every 5 seconds to get new data from server. I have tool tip attached with row to show hover popup of some details of row.

      <rich:tooltip followMouse="false" styleClass="tooltip" layout="block">

       

      However, the hover popup closed every 5 seconds after new data coming in. The optimum solution: I want to keep hover still open while the data table can still get updated.

       

      If that can not be achieve, I want to get an event to disable auto retrieve data when tooltip is open.

       

      Same thing applied to rich:calendar picker as well.

       

      Thanks in advance for all coming helps.