diff --git a/lib/ice-coder.js b/lib/ice-coder.js index 8cdf7c0..b698537 100644 --- a/lib/ice-coder.js +++ b/lib/ice-coder.js @@ -1518,7 +1518,7 @@ var ICEcoder = { cM.getWrapperElement().style.display = "block"; // Focus on & refresh our selected instance - if (!noFocus) {cM.focus();} + if (!noFocus) {setTimeout(function() {cM.focus();},4);} cM.refresh(); // Highlight the selected tab