Adding some observations:<br><br>- Only happens in Google Chrome.<br>- IE and FF makes the select box dissapear and when you drag the widget off the select box, it appears again.<br><br>I'll debug the js in Chrome to see wich command is not running on it.<br>
<br>Cheers<br><br>Nicolas<br><br><div class="gmail_quote">2011/10/10 Nicolas Larcipretti <span dir="ltr"><<a href="mailto:niclarcipretti@gmail.com">niclarcipretti@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
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've found a workaround to stop this in jscalendar/calendar.js, line 1487. Just remove the "select" tag from the array:<br>
<br>var tags = new Array("applet", "iframe", "select");<br><br>becomes<br><br>var tags = new Array("applet", "iframe");<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'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'd appreciate some info to build a better solution or just leave it that way.<br><br>Cheers<br><font color="#888888"><br>
Nicolas<br>
</font></blockquote></div><br>