Ticket #6506: 6506.patch

File 6506.patch, 404 bytes (added by haysmark, 8 months ago)

Fixes #6506. ComboBox? doesn't revert the value/close the parent dialog/etc when you press Escape and the ComboBox? menu is still open.

  • form/ComboBox.js

     
    228228                                        if(this._isShowingNow){ 
    229229                                                dojo.stopEvent(evt); 
    230230                                                this._hideResultList(); 
     231                                        }else{ 
     232                                                this.inherited(arguments); 
    231233                                        } 
    232                                         this.inherited(arguments); 
    233234                                        break; 
    234235 
    235236                                case dk.DELETE: