The Javascript is beeing manipulated even though EnableStripScriptTags property is set to false.
<a href="j@v@script:showPopup('image')" target="_blank"><img src="image" width="247" border="0" /></a>
(I use @ for a for displaying reasons)
is beeing changed to:
<a href="http://cutesoft.net/modules/Menu/showPopup('image')%22" target="_blank"><img alt="" src="image" width="247" border="0" /></a>
It worked fine in the old Version. Now after updating we are experiencing problems.
It is quite a serious bug because a lot of our clients use this javascript fpr popups. Now every time they edit an existing page it ruins the whole HTML code which means a lot of work for us to fix again ...