https://issues.apache.org/bugzilla/show_bug.cgi?id=47416
--- Comment #2 from Rainer Schöpf <[email protected]> 2009-06-27 04:24:04 PST --- (In reply to comment #1) > Thanks for the Patch, Rainer > > I tried your patch. I prefer to see the page mostly unchanged; to not loose > unsaved data from within the editor, an unload handler would be nice to have - > and a possible solution for that matter. > > WDTOT? Hi Juergen It should not loose unsaved data; I believe you need to replace the incorrect class selector in the page2edit.xsl file, ie. replace all occurences of old @class='lenya-error' by the new @class='lenyaInfoBox' The correct behaviour is triggered by the existence of a div with that particular class attribute (see the patch I attached to bug #46744 to account for the changes in src/modules-core/usecase/templates/messages.jx) An unload handler would be a nice solution, but I still do not understand the lenya control flow well enough. How about integrating tinymce as a usecase of the editors module? Rainer -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
