BUG 10701 I added validation for IE SOLVED
I added validation for IE
This commit is contained in:
@@ -299,6 +299,7 @@ var insertFormVar = function(sFieldName, sValue) {
|
|||||||
else {
|
else {
|
||||||
if (document.selection) {
|
if (document.selection) {
|
||||||
oAux.focus();
|
oAux.focus();
|
||||||
|
oAux.value = '';
|
||||||
document.selection.createRange().text = sValue;
|
document.selection.createRange().text = sValue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user