Changeset 761

Show
Ignore:
Timestamp:
2007-09-01 01:11:07 (15 months ago)
Author:
aleksey
Message:

Fixed #1160: now Tab works properly in Table Properties and Cell Properties dialogs.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/dialog/common/fck_dialog_common.js

    r694 r761  
    7373                        || iCode == 8                                           // Backspace 
    7474                        || iCode == 46                                          // Delete 
     75                        || iCode == 9                                           // Tab 
    7576        ) ; 
    7677}