Using Plugin Edit to amend a FancyTable in WYSIWYG submitting a change causes all line breaks in the table body to be removed.
The PluginEdit shows the field "Rows separated by >> in the header; for the table body, one row per line. Cells separated by | in both cases."
Creating a working FancyTable with table body rows like this:
row 1 cell 1 | row 1 cell 2
row 2 cell 2 | row 2 cell 2
after inserting with the plugin edit tool this changes to:
row 1 cell 1 | row 1 cell 2 row 2 cell 2 | row 2 cell 2
Partial solution by mycroft documented here (fails if more than one Pretty Tracker per Wiki page, and perhaps fails completely in Articles):
//workaroround for ckEditor if ((typeof form.content !== 'undefined') && (typeof CKEDITOR != 'undefined')) { form.content.value = form.content.value.replace(/(\r\n|[\r\n])/g, ' '); } //end workaround
To help developers solve the bug, we kindly request that you demonstrate your bug on a show2.tiki.org instance. To start, simply select a version and click on "Create show2.tiki.org instance". Once the instance is ready (in a minute or two), as indicated in the status window below, you can then access that instance, login (the initial admin username/password is "admin") and configure the Tiki to demonstrate your bug. Priority will be given to bugs that have been demonstrated on show2.tiki.org.
filename | created | hits | comment | version | filetype | ||
---|---|---|---|---|---|---|---|
No attachments for this item |