Hello, I like to report problem in wiki page editor (Enable WYSIWYG Wiki Editing is ticked in config page), which seems loosing data from wiki text.
If you start writing wiky in WYSIWYG mode, then you switch (without aplying changes) to Raw HTML mode, do little editing there (just entering line break to the text) and then you switch back to the WYSIWYG (again, no changes applied), you loose any text after your line break. It is happening here in latest trunk fossil running on windows XP with FF v17 ESR. Little test case is below. Thanks Peter --test case - start with with fresh wiki page in WYSIWYGmode, enter some lines of text Empty Page 01 line 02 line 03 line 04 line --- - switch to raw HTML(without applying changes) you should see something like: <p><i>Empty Page</i></p> <p><i>01 line</i></p> <p><i>02 line</i></p> <p><i>03 line</i></p> <p><br></p> <p><i>04 line<br></i> </p> - modify raw HTML text like this(enter 1 linebreak(press of Enter key) after end of line 1): <p><i>Empty Page</i></p> <p><i>01 line</i></p> <p><i>02 line</i></p> <p><i>03 line</i></p> <p><br></p> <p><i>04 line<br></i> </p> - change to WYSIWYG(without applying changes) and you see only part of original text before entered linebreak Empty Page 01 line --- _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

