Re: Problems with IE9 and the First carrage return entered

  •  05-04-2011, 10:52 AM

    Re: Problems with IE9 and the First carrage return entered

    I click in the middle of the editor and the curser will go to where you noted above - after the "type here " and then type the word test and then press enter.   (no space after the word test) no linefeed happens - if I press enter again it will linefeed. This is with DIV as the break element
     
    This happens on both our systems that have Win7 SP1 64bit using IE9.
     
    Now select BR as the linefeed  - your webpage will postback and display the following text -
     
    Editor1.BreakElement = BreakElement.Br;
     
    click in the center of the editor and the curser will be placed after the text - then type test and press enter - the linefeed will happen - BUT when you type the next character it moves that character back up to the previous line. 
     
    Lets say you type...  test<enter>this  ...the result is.
     
    Editor1.BreakElement = BreakElement.Br; testthis
     
    This is how our editor acts since I must using the BR element as the break element..
     
    Then if you select P as the break element I cannot get it to fail. 
     
    After this fails the first time - it will not happen again until the page gets refreshed.  I can click between the DIV button and the BR buttons and get this to happen every time following the above.
     
    Thanks for your help.
     

    The Analytical Group
View Complete Thread