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, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> 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 [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---