Changeset 4184
- Timestamp:
- 09/04/09 10:31:39 (4 years ago)
- Location:
- CKEditor/trunk
- Files:
-
- 2 edited
-
CHANGES.html (modified) (1 diff)
-
_source/plugins/dialog/plugin.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/CHANGES.html
r4180 r4184 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> -
CKEditor/trunk/_source/plugins/dialog/plugin.js
r4165 r4184 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
Note: See TracChangeset
for help on using the changeset viewer.
