Hi guys,<br><br>Have anyone noticed that when you have a jscalendar component and a select box in the same screen, when you drag the calendar widget over the select box, the select box just vanishes?? 0_o<br><br>I&#39;ve found a workaround to stop this in jscalendar/calendar.js, line 1487. Just remove the &quot;select&quot; tag from the array:<br>
<br>var tags = new Array(&quot;applet&quot;, &quot;iframe&quot;, &quot;select&quot;);<br><br>becomes<br><br>var tags = new Array(&quot;applet&quot;, &quot;iframe&quot;);<br><br>Taking a closer look to the whole function in calendar.js, I think they really meant to do that, but I just can&#39;t imagine why...<br>
<br>Appearently, it will do the same thing to iframes and applets, so if anyone knows why they built it that way, I&#39;d appreciate some info to build a better solution or just leave it that way.<br><br>Cheers<br><br>Nicolas<br>