Note : I'm the teacher who was in charge (with Colas Nahaboo) of Romain, Damien, and Frederic'work on the wysiwyg addon the last year...
I installed the 0.16 on a standard twiki install (no extra plugins or whatever...)
When editing a page with inline pictures like that :
<img src="%ATTACHURLPATH%/DSC00011.jpg" alt="DSC00011.jpg" width="372" height="226" />
They display as a broken icon in kupu... using firefox or IE...
Another problem, only with IE (not firefox) :
You can try it yoursel Crawford : just go to
http://miageprojet.unice.fr
, register (
http://miage.unice.fr/miage/bin/view/TWiki/TWikiRegistration
) and edit the main page with the kupu skin...
But on this site :
http://miage.unice.fr
(same config, same server), the pictures in the main page are in a table, and in that case they display as broken icons, but when I edit + save with kupu, the links are bad and images are no more visible in the html page...
TML code before editing :
| <img src="%ATTACHURLPATH%/Nice.jpg" alt="Nice.jpg" width="423" height="283" /> | <img src="%ATTACHURLPATH%/petitchateau.gif" alt="petitchateau.gif" width="152" height="151" /><br><img src="%ATTACHURLPATH%/LogoUnsa.jpg" alt="LogoUnsa.jpg" width="200" height="88" /> |
TML after editing :
|<img width="67" alt="Nice.jpg" src="http://miageprojet.unice.fr/miage/bin/view/Main/%ATTACHURLPATH%/Nice.jpg" height="30"></img>|<img width="152" alt="petitchateau.gif" src="http://miageprojet.unice.fr/miage/bin/view/Main/%ATTACHURLPATH%/petitchateau.gif" height="151"></img><br /><img width="200" alt="LogoUnsa.jpg" src="http://miageprojet.unice.fr/miage/bin/view/Main/%ATTACHURLPATH%/LogoUnsa.jpg" height="88"></img>|
With forefox, the URLs of the pictures remains unchanged... IE only bug.
You can try yourself :
Register at : and try this :
http://miage.unice.fr/miage/bin/edit/Main/WebHome?skin=kupu
Please, revert to old version after please...
This is a duplicate of another problem that has been fixed. I just tested it and it works fine in SVN 7429.
CC