Hi,
i'm getting script error, when trying to provide the Date picker in modal
window on IE8 browser, this works fine in IE9 & IE10 without any issues.
Script error is getting at the below code in "calendar-min.js" at line no.
18, the bold one below from the code.
try {
this.oDomContainer.innerHTML=G.join("\n");
} catch (e) {
(function(){
var c=this.oDomContainer;
if (*c.childNodes*&&c.childNodes.length&&c.childNodes.length>0) {
while (c.childNodes.length>0) {
c.removeChild(c.childNodes[0]);
}
}
var a=document.createElement("div");
a.innerHTML = html.join("\n");
c.appendChild(a);
})();}
Note: I'm using wicket 1.5.4.
Any suggestions on this regard, will help me a lot.
Thanks in advance
Venky
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/Script-Error-is-getting-in-IE8-while-selecting-DatePicker-in-Modal-Window-tp4663039.html
Sent from the Users forum mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]