Details
-
Bug
-
Resolution: Fixed
-
Major
-
2.1
-
None
-
Windows 7. Tested with FF 3.5.7, IE 8, Google Chrome 3.0.195.38 and Safari 4.0.4
-
Integration
-
Unknown
-
Description
If a class textarea property name has underscores in it, GWT-editor won't show this field's content when editing related object inline. If i take the underscore away it works perfectly. This seems to work with TinyMCE, though.
Example:
1) create a class x
2) add a property "test_field" type of textarea, select "wysiwyg"
3) create class sheet
4) create a page containing object of type class x, add some text to the "test_field"
5) edit inline