The EDITTABLE produces incorrect HTML for cells that contain HTML comments. Example:
%EDITTABLE{}%
| *Test* | *Table* |
| normal | normal and <!--hidden --> |
| normal | normal and <!--hidden --> |
The generated HTML input element has a trailing
/>
instead of
/>
Test:
--
TWiki:Main/PeterThoeny
- 2013-10-18
This is now fixed in SVN trunk and 6.0 branch. New plugin uploaded to TWiki.org as well.
Issue was incorrect encoding of input field value. I am wondering how this bug took so long to be discovered. This is likely like this from the very beginning.
--
TWiki:Main.PeterThoeny
- 2013-10-18