Ticket #3417: 3417_2.patch

File 3417_2.patch, 580 bytes (added by Martin Kou, 16 years ago)
  • _source/plugins/toolbar/plugin.js

     
    4040                                if ( editor.toolbox )
    4141                                {
    4242                                        editor.toolbox.focusCommandExecuted = true;
    43                                         editor.toolbox.focus();
     43
     44                                        // Make the first button focus accessible. (#3417)
     45                                        if ( CKEDITOR.env.ie )
     46                                                setTimeout( function(){ editor.toolbox.focus(); }, 100 );
     47                                        else
     48                                                editor.toolbox.focus();
    4449                                }
    4550                        }
    4651                }
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy