Bugs in Firefox with the enter key

  •  11-23-2009, 4:41 PM

    Bugs in Firefox with the enter key

    Hi,
     
    i have an issue with the current Firefox  3.5.5. Some strange bugs occur when i use the following sample code in the CE and want to edit the headline or the lines between the headline and the table. If i press enter within the headline, the part after the cursor jumps to the bottom, below the table and creates a new <div>-block. If i press enter between the headline and the table, the text in the table is moved under the table, same new <div>-block...
     
    This bug didn't occur a few days ago and in the IE8 everything works fine. I disabled all Addons and asked a friend, still the same effect...
    1. <div style="background-color: #ffffff;">   
    2. <strong>"Lorem Ipsum"</strong><br />  
    3. <br />  
    4. <br />  
    5. <table>  
    6.      <tbody>  
    7.          <tr>  
    8.              <td>  
    9.              <ul>  
    10.                  <li style="margin-left: 12px;">123</li>  
    11.                  <li style="margin-left: 12px;">456</li>  
    12.                  <li style="margin-left: 12px;">789</li>  
    13.                  <li style="margin-left: 12px;">007</li>  
    14.              </ul>  
    15.              </td>  
    16.          </tr>  
    17.      </tbody>  
    18. </table>  
    19. </div> 

    Edit: If i change the break-Element to br, everything works as expected on this site http://cutesoft.net/example/oncarriagereturn.aspx. I'm confused, because a few days ago everything works fine within firefox and the standard break element...
     
    Regards,
    Stefan
View Complete Thread