| Issue 2: | Doesn't support multiple editors | |
| 3 people starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. create one editor (simple) widget and add it in the root panel 2. create a second (advanced) editor widget and add it in the root panel 3. run the module What is the expected output? What do you see instead? Two simple editors appear Please use labels and text to provide additional information. There should be one simple and one advanced editor
May 30, 2011
#1
thomas.f...@gmail.com
Nov 2, 2011
Greetings, When using two editors (both advanced) on one page. I experienced an issue with TinyMCE.java method getText() not returning the result of the user's recent change. By default AbstractTinyMCEConfiguration sets mode = "textareas". Changing mode = "exact" seems to have resolved my issue. A unique id is assigned to each instance of TextArea (in TinyMCE.java). I wonder if there is any harm in changing the default mode from "textareas" to "exact"? Thank you, Tom Kreitinger |