paste_text_sticky now working
Reported by nickxyzt | July 3rd, 2011 @ 05:37 PM
Hi,
It seems that paste_text_sticky option is not working in version 0.1.4, in rails 3.
Steps to reproduce:
- Create a new rails 3 scaffold application (I'm using rails 3.0.7)
and add :class => “mceEditor” to the textbox - Add
tiny_mce to Gemfile - Add the call in layout <%=
include_tiny_mce_if_needed %> - Add the following lines to the
controller: uses_tiny_mce :options => {
:plugins => ['paste'],
:paste_text_sticky => true,
:paste_text_sticky_default => true
}
The copy/paste is NOT done in plain text. Pasting a formatted text doesn't result in plain text.
Comments and changes to this ticket
-
nickxyzt July 3rd, 2011 @ 05:39 PM
Sorry for the bad formatting above, but in my browser, the text to edit is gray on a gray background.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A Ruby on Rails plugin that allows easy implementation of the TinyMCE editor into your applications.