UI > wiki > Bug

Ajax edit wiki chapters does not with with Star Light syntax highlighting / #5197

Summary

open
May 15, 2007
May 16, 2007 / pixtur
Jun 2, 2008 / stenyak
 

Attached files

No files uploaded
This is a very complex problem. First of I do not know anything about the magic that is going on in star light. After some hours of debugging I found out that star light breaks the calling of the handler function in jquery´s $().load() and $().post() functions.

We need this handler function to reinit the changed chapters of the wiki text.

Right now I have no solution than to disable StarLight. As with v0.08 at least fixed that problem, that the edited chapter was replaced by the whole wiki text.



also see:

Issue report

Tweak
Always
PHP 5.2.X / Firefox 2.0
Streber 0.07992
2007-01-14 16:41
  1. Add this line to customize.inc.php
confChange('LINK_STAR_LIGHT', true);
  1. Create wiki text with code block and Headlines
  2. Edit a chapter by double clicking
The text can not be edited any more.
 

Comment / Update