Changeset 5845
- Timestamp:
- 08/24/10 14:29:28 (3 years ago)
- Location:
- CKEditor/trunk
- Files:
-
- 2 edited
-
CHANGES.html (modified) (1 diff)
-
_source/plugins/tabletools/dialogs/tableCell.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/CHANGES.html
r5844 r5845 55 55 <li><a href="http://dev.ckeditor.com/ticket/6138">#6138</a> : List indentation is not working.</li> 56 56 <li><a href="http://dev.ckeditor.com/ticket/5649">#5649</a> : Image dialog too wide when many styles are set.</li> 57 <li><a href="http://dev.ckeditor.com/ticket/5715">#5715</a> : Cell color picker dialog returns focus to document.</li> 57 58 </ul> 58 59 <h3> -
CKEditor/trunk/_source/plugins/tabletools/dialogs/tableCell.js
r5726 r5845 25 25 { 26 26 releaseHandlers( this ); 27 callback( this ); 27 callback( this, this._.parentDialog ); 28 this._.parentDialog.changeFocus( true ); 28 29 }; 29 30 var onCancel = function() 30 31 { 31 32 releaseHandlers( this ); 33 this._.parentDialog.changeFocus(); 32 34 }; 33 35 var releaseHandlers = function( dialog )
Note: See TracChangeset
for help on using the changeset viewer.
