Ticket #5450: 5450_3.patch

File 5450_3.patch, 532 bytes (added by brooks, 14 years ago)
  • _source/plugins/dialogui/plugin.js

     
    507507
    508508                                                        element.on( 'keydown', function( evt )
    509509                                                                {
    510                                                                         if ( evt.data.getKeystroke() in { 32:1, 13:1 } )
    511                                                                         {
     510                                                                        if ( evt.data.getKeystroke() in { 32:1 } )
     511                                                                        {                                                                       
    512512                                                                                me.click();
    513513                                                                                evt.data.preventDefault();
    514514                                                                        }
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy