if i add some string with @ in it,such as xxxx@xxxx, then it will be changed to a mailto link in IE8
no this issue in FF,chrome
this can be reproduced in the ckeditor online demo.
is this by design? but why only ie?
no this issue in FF,chrome
this can be reproduced in the ckeditor online demo.
is this by design? but why only ie?
Re: string with @ will be changed to a mail link
This is a browser-specific behaviour. Similarly, IE creates links from strings starting with "www.".
Maybe my eraseLinks() function here will give you some hints how to deal with it.
Re: string with @ will be changed to a mail link
Re: string with @ will be changed to a mail link
See e.g. Disabling auto-linking in an IE rich text editor
It seems that it can be controlled only in IE>=9 and I'm not sure if this applies to "@" too.