You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Renzo Tomaselli <re...@tecnotp.it> on 2008/03/21 18:04:36 UTC

[Trinidad] about using Tinymce with Trinidad

Hi, I wonder if anybody succeeded in doing this. In general, for full 
page refreshing it works fine.
But it does not with Trinidad PPR when rendered region contains (or 
misses) involved Tinymce textareas. There are two main effects:

- PPR does not complete (FF appears waiting from something more from the 
server), but rendering seems to complete.
- js exceptions thrown while processing onsubmit.

The former occurs even the very first time, when PPR renders a region 
containing a Tinymce textarea which was not there before PPR.
The latter occurs even when the involved textarea is not anymore on the 
page. It appears that Tinymce cannot detect that its area has been 
kicked off across a PPR cycle, thus any following submit goes through 
some inconsistent processing since caught. No more submit succeeds.
Glad to hear any story about this - it's really a pity that such a nice 
stuff cannot work together with Trinidad, being a pure js machinery.

-- Renzo