Disappearing Style Tag Contents on Save

  •  05-07-2012, 11:15 AM

    Disappearing Style Tag Contents on Save

    Hi
     
    We are having a very strange issue.   When we edit in CuteSoft and then click save, the first character of the style tag in the head of our document goes missing.  Subsequent saves always remove one more character.
     
    So here is what we have when we start out:
     
    <html><head><title></title><style>A:link {text-decoration: underline; color: #a20607;}
     
    And here is what happens after we save: 
    <html>    <head>      <title>      </title>      <style><![CDATA[:link {text-decoration: underline; color: #a20607;} 
     
    Notice the missing "A".
     
    It doesn't matter what styles are in the head of the document the result is always the same.
     
    One futher clue, in case it helps... If we save using the regular save icon in the toolbar it works the same as if we are using the remove whitespace and save button. However, if we insert a carriage return in the style tag and use the regular save icon in the toolbar the code does not get messed up.  But if we use the remove whitespace button, which is what we need to do, even with the carriage return, after the second time there is no carriage return and it gets messed up.
     
    I can send you the full example of what happens before/after a save and/or I can send you the steps to reproduce it if you want.
     
    Thanks.
    Ilana
     
     
View Complete Thread