• Rich text control inside tab container - boom

    By Dominik Myszkowski 1 decade ago

    Rich text control doesn't work in tab container pane. After partial refresh it ends with an error - "k.contentWindow is null". Also it's not possible to create more than one rt control insidetab container - only first one appears.

    Below is an example of XPage resulting in such error. After creating a tab with rt control and clicking "partial refresh" error appears. If the tab is closed using X sign, then after trying to create the tab again there is another error - trying to register id which has already been registered.

     

    • Sample XPage

      By Darin Egan 1 decade ago

      Could you provide a sample xpage and I will investigate it further?

      • sample

        By Dominik Myszkowski 1 decade ago

        I included text file with XSP code of a very simple XPage presenting the case. One tab pane is static and the other one is delared as a facet and created dynamically by the first button. After creating a tab, the second button (partial refresh) is enough to invoke the bug.