Ticket #5507: 5507.patch
File 5507.patch, 566 bytes (added by , 15 years ago) |
---|
-
_source/plugins/dialog/plugin.js
299 299 if ( currentIndex == startIndex ) 300 300 break; 301 301 } 302 focusList[ currentIndex ].focus(); 302 303 // Don't focus if element is button 304 (focusList[ currentIndex ].type != 'button') && focusList[ currentIndex ].focus(); 303 305 304 306 // Select whole field content. 305 307 if ( focusList[ currentIndex ].type == 'text' )