Help! mailto: links not are getting corrupted in latest editor version

  •  06-18-2008, 6:23 AM

    Help! mailto: links not are getting corrupted in latest editor version

    I downloaded the latest version or cuteeditor yesterday and installed it on a client's site. (the UI improvements are great btw... thanks!)
     
    Unfortunately, i'm having a problem with mailto: links...
     
    When inserting mailto: links, the link's text is changed to be the site relative url+the link's text!
     
    Moving the text cursor into the link tag and then away again in (in normal view) can sometimes cause the problem. Also, I've just noticed that changing from Normal to Html view and back again produces this problem.
     
    here is an example:
     
    I paste the following html into html view....
     
    <p>For more information or to apply for a position at company name send your CV and covering letter to the HR Department<br />
    Tel: 123456789<br />
    e-mail: <a title="email us" href="mailto:[email protected]">[email protected]</a></p>
    <p>company name<br />
    address 1<br />
    address 2<br />
    address 3<br />
    address 4</p>
     
    ... change to Normal view then back to Html view and I now have this...
     
    <p>For more information or to apply for a position at company name send your CV and covering letter to the HR Department<br />
    Tel: 123456789<br />
    e-mail: <a title="email us" href="mailto:hr@compa
    nyname.com"mailto:[email protected]</a></p>
    <p>company name<br />
    address 1<br />
    address 2<br />
    address 3<br />
    address 4</p>
    Any ideas? Something i"m doing wrong perhaps?
     
    Thanks for your help.
View Complete Thread