Hi all, Just few days after the version 1.1 released I may like to announce the release of the version 1.1.1 fixing a bug when loading external text (Thanks to Robert Muzslai). I''ve also added to the website a version feed to keep looking at the new release easier. http://inplacericheditor.box.re Have fun ;-) -- Sébastien Grosjean - ZenCocoon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
imjustthepianoplayer-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-May-16 20:27 UTC
Re: InPlaceRichEditor V 1.1.1 released
First off, I love your helpful enhancement to scriptaculous! But I''m having some issues. 1) Using the original version, it works in Firefox as expected, but when I choose discard (rather than save), the deactivated editor returns text stripped of <p> tags! Headings stay, however. WEIRD! 2) The original version does not work in internet explorer 6 or 7 for me. I get a "this.element" is null or not an object, and the editor area doesn''t even highlight like in firefox. 3) The newest version, doesn''t work in either Firefox or IE. However, both browsers highlight the area on mouseover. In firefox, I get the following error: s.invalid_elements has no properties (in tiny_mce.js)In IE 7 : "invalid_elements" is null or not an object I have the newest version of tinyMCE, scriptaculous, and inplacericheditor Here is an example of how I''m calling it: new Ajax.InPlaceRichEditor( $(''homeeditor''), ''contentprocessor.php? area=home'', { okText: "Save Changes!", cancelText: " [..................Discard Changes]", onComplete: function(value) { var valueText = value.responseText; $(''homeeditor'').update(valueText); }} ); Any ideas? My employer pretty much only uses IE, and it seems like there is some glitchy-ness going on anyway. Thanks, Drew* --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Sébastien Grosjean - ZenCocoon
2007-May-18 08:09 UTC
Re: InPlaceRichEditor V 1.1.1 released
Hi Andrew, I''ve just released the version 1.1.2 fixing the <p> stripped out bug. But could face your other problems. Could you please check with this new release and let me know if you still face the same errors. If so please send also some code exemple and all details to help me reproduce this errors. Cheers ! -- Sébastien Grosjean - ZenCocoon On May 16, 11:27 pm, "imjustthepianopla...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <imjustthepianopla...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> First off, I love your helpful enhancement to scriptaculous! > > But I''m having some issues. > > 1) Using the original version, it works in Firefox as expected, but > when I choose discard (rather than save), the deactivated editor > returns text stripped of <p> tags! Headings stay, however. WEIRD! > > 2) The original version does not work in internet explorer 6 or 7 for > me. I get a "this.element" is null or not an object, and the editor > area doesn''t even highlight like in firefox. > > 3) The newest version, doesn''t work in either Firefox or IE. However, > both browsers highlight the area on mouseover. > > In firefox, I get the following error: > s.invalid_elements has no properties (in tiny_mce.js)In IE 7 : > "invalid_elements" is null or not an object > > I have the newest version of tinyMCE, scriptaculous, and > inplacericheditor > > Here is an example of how I''m calling it: > > new Ajax.InPlaceRichEditor( $(''homeeditor''), ''contentprocessor.php? > area=home'', { okText: "Save Changes!", cancelText: > " [..................Discard Changes]", onComplete: function(value) { > var valueText = value.responseText; > $(''homeeditor'').update(valueText); > }} ); > > Any ideas? My employer pretty much only uses IE, and it seems like > there is some glitchy-ness going on anyway. > > Thanks, > > Drew*--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---