Ticket #4797: 4797.patch

File 4797.patch, 635 bytes (added by Minh Nguyen, 14 years ago)
  • _source/plugins/dialogui/plugin.js

     
    8787                                {
    8888                                        dialog.on( 'load', function()
    8989                                                {
    90                                                         this.getInputElement().on( 'change', function(){ this.fire( 'change', { value : this.getValue() } ); }, this );
     90                                                        this.getInputElement().on( 'change', function(){ if ( this.getElement() ) this.fire( 'change', { value : this.getValue() } ); }, this );
    9191                                                }, this );
    9292                                        this._.domOnChangeRegistered = true;
    9393                                }
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy