Hi Claudio.

ccoreggioli wrote:
> Hello,
> 
> I'm having the same problem too, only with IE7. got enterprise 2.2 on tomcat
> 5.5 running with jdk 1.6.0_18.
> Here's the test:
> 

> - got a page with a link inside
> - modify the text near the link, for example adding a space after it
> - "save & view" button clicked

I can't reproduce the problem following your steps. I tried with:

before[[XWiki>>http://www.xwiki.org]]after

I added/deleted spaces before/after the link and changed the surrounding 
text in all sorts of ways but the link is still saved fine. Are you able 
to reproduce it all the time? I guess not.

> 
> i catched with paros the POST content:
> 
> on IE7
> 

> content=%3CP%3Equesta+%C3%A8+la+prova+di+un+link+tipo+%3CA+href%3D%22http%3A%2F%2Fwww.google.com%2F%22+rel%3D__blank+metadata%3D%22%3C%21--startwikilink%3Ahttp%3A%2F%2Fwww.google.com%2F--%3E%3CSPAN+class%3Dwikiexternallink%3Eorg.xwiki.gwt.dom.client.Element%23placeholder%3C%2FSPAN%3E%3C%21--stopwikilink--%3E%22%3EGoogle%3C%2FA%3E%26nbsp%3B+da+salvare+con+wysiwyg%3C%2FP%3E&

<P>questa è la prova di un link tipo <A href="http://www.google.com/"; 
rel=__blank metadata="<!--startwikilink:http://www.google.com/--><SPAN 
class=wikiexternallink>org.xwiki.gwt.dom.client.Element#placeholder</SPAN><!--stopwikilink-->">Google</A>&nbsp;
 
da salvare con wysiwyg</P>

> 
> on FF 3.5, same actions result in this content:
> 

> content=%3Cp%3Equesta+%C3%A8+la+prova+di+un+link+tipo+%3C%21--startwikilink%3Ahttp%3A%2F%2Fwww.google.com%2F--%3E%3Cspan+class%3D%22wikiexternallink%22%3E%3Ca+rel%3D%22__blank%22+href%3D%22http%3A%2F%2Fwww.google.com%2F%22%3EGoogle%26nbsp%3B%3C%2Fa%3E%3C%2Fspan%3E%3C%21--stopwikilink--%3E+da+salvare+con+wysiwyg%3C%2Fp%3E

<p>questa è la prova di un link tipo 
<!--startwikilink:http://www.google.com/--><span 
class="wikiexternallink"><a rel="__blank" 
href="http://www.google.com/";>Google&nbsp;</a></span><!--stopwikilink--> 
da salvare con wysiwyg</p>

Looks like the problem is that in Internet Explorer something prevents 
the editor from properly "serializing" the content before submission. 
Can you check if there is any JavaScript exception thrown before you 
click the Save&View button or just after you click. You can do this by 
unchecking:

Disable script debugging (Internet Explorer)
Disable script debugging (Other)

in Internet Explorer's Advanced options tab.

Thanks,
Marius

> 
> other headers are equals.
> 
> Hope this helps to find a solution, since in my organization IE is the
> default browser...
> 
> bye,
> claudio
> 
> 
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to