getHTML does more than just get?

  •  01-30-2008, 4:19 PM

    getHTML does more than just get?

    IE7 has a problem on our site where on a particular page where the .Text/.XHTML sent back is the old one that was previously loaded. However, when we go to basically the same page and save it works perfectly fine.
     
    I was going to try getHTML and then resetting the text with setHTML; however, when I tried just calling getHTML I saved it and the text actually got sent down correctly in the POST. Now this does not make any sense to me. If get is just getting than how is it getting updated properly and why would this even work?
     
    Here is the scenario:
     
    The editor loads up with, "Goodbye world". I type, "Hello world". If I save it now it won't send Hello World, but Goodbye world. Now, if I type Hello World and call getHTML and save it all gets posted correctly.
View Complete Thread