Ticket #3568: 3568.patch

File 3568.patch, 443 bytes (added by jonathanc, 15 years ago)
  • _source/plugins/dialog/plugin.js

     
    269269                                        break;
    270270                        }
    271271                        focusList[ currentIndex ].focus();
     272                        if ( focusList[ currentIndex ].type == 'text' )
     273                                focusList[ currentIndex ].select();
    272274                }
    273275
    274276                function focusKeydownHandler( evt )
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy