Ticket #3568: 3568_2.patch

File 3568_2.patch, 1.2 KB (added by Tobiasz Cudnik, 15 years ago)
  • _source/plugins/dialog/plugin.js

     
    272272                                        break;
    273273                        }
    274274                        focusList[ currentIndex ].focus();
     275
     276                        // Select whole field content.
     277                        if ( focusList[ currentIndex ].type == 'text' )
     278                                focusList[ currentIndex ].select();
    275279                }
    276280
    277281                function focusKeydownHandler( evt )
  • CHANGES.html

     
    6161                <li><a href="http://dev.fckeditor.net/ticket/3633">#3633</a> : Default context menu isn't disabled in toolbar, status bar, panels...</li>
    6262                <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>
    6363                <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>
    6465        </ul>
    6566        <h3>
    6667                CKEditor 3.0</h3>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy