partial fix for https://sourceforge.net/tracker/?func=detail&aid=2788651&group_id=176962&atid=955896
This commit is contained in:
parent
3e7330cc2b
commit
82347ac0da
|
@ -108,6 +108,7 @@ function Calc()
|
||||||
if (!displayText.readOnly && calcText.value != 'undefined')
|
if (!displayText.readOnly && calcText.value != 'undefined')
|
||||||
{
|
{
|
||||||
displayText.value = calcText.value;
|
displayText.value = calcText.value;
|
||||||
|
setTimeout("document.getElementById('" + displayTextId + "').focus()", 100);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (err)
|
catch (err)
|
||||||
|
|
Loading…
Reference in New Issue