Bug Tracker

Ticket #6221: internet-explorer-null-vals.diff

File internet-explorer-null-vals.diff, 331 bytes (added by Vic D'Elfant, 3 years ago)

Patch

  • jquery-1.4.2.js

     
    14271427                                        this.selectedIndex = -1; 
    14281428                                } 
    14291429 
     1430                        } else if ( val === null ) { 
     1431                                this.value = ''; 
     1432                                 
    14301433                        } else { 
    14311434                                this.value = val; 
    14321435                        }