Changeset 1479
- Timestamp:
- 2008-02-05 21:52:01 (6 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/_source/internals/fck.js (modified) (2 diffs)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/internals/fck.js
r1434 r1479 1011 1011 // be cancelled. Let's do that only if the Execute() call explicitly returns "false". 1012 1012 var oCommand = FCK.Commands.GetCommand( keystrokeValue ) ; 1013 1014 // If the command is disabled then ignore the keystroke 1015 if ( oCommand.GetState() == FCK_TRISTATE_DISABLED ) 1016 return false ; 1017 1013 1018 return ( oCommand.Execute.apply( oCommand, FCKTools.ArgumentsToArray( arguments, 2 ) ) !== false ) ; 1014 1019 } … … 1169 1174 1170 1175 1176 -
FCKeditor/trunk/_whatsnew.html
r1467 r1479 76 76 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1782">#1782</a>] Clicking on radio 77 77 buttons or checkboxes in the editor in IE will no longer cause lockups in IE.</li> 78 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/805">#805</a>] The FCKConfig.Keystrokes 79 commands where executed even if the command itself was disabled.</li> 78 80 </ul> 79 81 <p>