Ticket #3568: 3568.patch
File 3568.patch, 443 bytes (added by , 14 years ago) |
---|
-
_source/plugins/dialog/plugin.js
269 269 break; 270 270 } 271 271 focusList[ currentIndex ].focus(); 272 if ( focusList[ currentIndex ].type == 'text' ) 273 focusList[ currentIndex ].select(); 272 274 } 273 275 274 276 function focusKeydownHandler( evt )