BUG: IE Incompatibilty - "Al utilizar IE en la parte de holidays cuando se utilizan mas de 3 filas, es decir a partir de la 4ta fila los datos de las fechas del calendario empiezan a ser cambiados con los datos de la primera fila, no registrando nada a partir de la cuarta fila"
SOLVED!
This commit is contained in:
@@ -1848,7 +1848,7 @@ function removeValue(id){
|
||||
}
|
||||
|
||||
function datePicker4(obj, id, mask, startDate, endDate, showTIme){
|
||||
|
||||
//alert('->'+id);
|
||||
new Calendar({
|
||||
inputField: id,
|
||||
dateFormat: mask,
|
||||
@@ -1861,20 +1861,10 @@ function datePicker4(obj, id, mask, startDate, endDate, showTIme){
|
||||
opacity: 1,
|
||||
onSelect: function() {
|
||||
this.hide();
|
||||
|
||||
fireEvent(document.getElementById(id),'change');
|
||||
|
||||
|
||||
//if(document.getElementById(id).onchange)
|
||||
//document.getElementById(id).onchange();
|
||||
fireEvent(document.getElementById(id), 'change');
|
||||
}
|
||||
|
||||
}
|
||||
);
|
||||
|
||||
if( _BROWSER.name != 'msie' )
|
||||
obj.onmouseover = undefined;
|
||||
|
||||
});
|
||||
}
|
||||
|
||||
function fireEvent(element,event){
|
||||
@@ -1910,3 +1900,4 @@ function elementAttributesNS(e, ns) {
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user