1 Reply Latest reply on Jun 20, 2008 11:54 AM by liuliu

    bug: tooltip in scrolldatatable

    liuliu

      hi,

      I have a tooltip in the scrolldatatable, the tooltip is shown behind the datatable cells. in firebug, i find richfaces creat a div for every cell of datatable. so tooltip is hidden by these divs. same problem for rich:calendar.

      For this kind of problem(tooltip or popup calendar hidden by others divs), I have a suggestion. Can we create a div absolute in the root of DOM, when we want to show a popup info like tooltip or calendar, we just copy the content in this div,and move this div to where called. This div will be over all the others components.

      What do you think?

      thanks