Changeset 313

Show
Ignore:
Timestamp:
2007-05-19 11:09:43 (3 years ago)
Author:
fredck
Message:

Fixed #453 : No more errors when hitting del inside an empty table cell.

Location:
FCKeditor/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/_source/classes/fckenterkey.js

    r308 r313  
    177177 
    178178        // We could be in a nested LI. 
    179         if ( !previous && currentBlock.nodeName.IEquals( 'LI' ) && currentBlock.parentNode.parentNode.nodeName.IEquals( 'LI' ) ) 
     179        if ( !previous && currentBlock && currentBlock.nodeName.IEquals( 'LI' ) && currentBlock.parentNode.parentNode.nodeName.IEquals( 'LI' ) ) 
    180180        { 
    181181                this._OutdentWithSelection( currentBlock, range ) ; 
  • FCKeditor/trunk/_whatsnew.html

    r310 r313  
    9494                        "sh", "shtml", "shtm" and "phtm" have been added to the list of denied extensions on  
    9595                        upload.</li> 
     96                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/453">#453</a>] No more 
     97                        errors when hitting del inside an empty table cell.</li> 
    9698        </ul> 
    9799        <h3>