Ticket #3568: 3568_2.patch
File 3568_2.patch, 1.2 KB (added by , 14 years ago) |
---|
-
_source/plugins/dialog/plugin.js
272 272 break; 273 273 } 274 274 focusList[ currentIndex ].focus(); 275 276 // Select whole field content. 277 if ( focusList[ currentIndex ].type == 'text' ) 278 focusList[ currentIndex ].select(); 275 279 } 276 280 277 281 function focusKeydownHandler( evt ) -
CHANGES.html
61 61 <li><a href="http://dev.fckeditor.net/ticket/3633">#3633</a> : Default context menu isn't disabled in toolbar, status bar, panels...</li> 62 62 <li><a href="http://dev.fckeditor.net/ticket/3897">#3897</a> : Now there is no image previews when the URL is empty in image dialog.</li> 63 63 <li><a href="http://dev.fckeditor.net/ticket/4048">#4048</a> : Context submenu was lacking uiColor.</li> 64 <li><a href="http://dev.fckeditor.net/ticket/3568">#3568</a> : Dialogs now select all text when tabbing to text inputs.</li> 64 65 </ul> 65 66 <h3> 66 67 CKEditor 3.0</h3>