Hi Guys,
I'm working on the upgrade of FCKeditor to CKeditor 3.1 for my customer.
I notice that new version auto set <a href="mailto:repos@address.com">repos@address.com</a> when user enter an email address. There is a way to disable this?
Thanks in advance
Giuseppe
I'm working on the upgrade of FCKeditor to CKeditor 3.1 for my customer.
I notice that new version auto set <a href="mailto:repos@address.com">repos@address.com</a> when user enter an email address. There is a way to disable this?
Thanks in advance
Giuseppe
Re: Disable the auto resolution of email addresses
Re: Disable the auto resolution of email addresses
Is there any workaround for resolving this in IE? The auto-conversion does not quite do the job well, it even converts text like ‘|@@=some-text’.
You said that this is a behavior of IE, any links where I can read about it.
Thanks.
Re: Disable the auto resolution of email addresses
For example this: http://blogs.msdn.com/ieinternals/archi ... -HTML.aspx
Re: Disable the auto resolution of email addresses
Hi alfonsoml,
Thanks for the link. It is just unfortunate that the regex (or whatever is being used) for detecting valid email address does not quite work.
Thanks Again.