Hi,
When someone writes a web address when writing text in the editor, for example www.domain.com the editor automatically changes it to http://www.domain.com. How do we disable this?
Regards,
Erik
Hi Devello,
This is the IE browser behavior. Due to the browser limitation, can not disable it for now. Sorry for your inconvenience.
Ken
I'm not 100% satisfied with the answer since the editor on your demo page doesn't have this behavior when using IE... so somehow you have disabled it and we have not..?
http://cutesoft.net/asp/EnableAll.asp
We did not disabled anything for the demo, you can get the full source code of the demo at http://cutesoft.net/downloads/folders/57121/download.aspx
you can simply type http://www.goog.com + space, then it will cover the text to link on IE.
Hmm... Just tried the editor in your demo site.
I wrote www.google.com and it doesn't automatically change to http://www.google.com. It just adds the link, but not the ugly looking http:// which is the problem I'm trying to solve.
Can you post your editor page url? So we can check it on your site directly. Also you can send it to Kenneth@CuteSoft.net.
We solved it by trial and error...
editor.URLType = "SiteRelative"
Is the answer to our question...