[Vtigercrm-developers] Jscalendar strange behavior

Asha asha at vtiger.com
Fri Oct 14 00:34:43 PDT 2011


Hi Nicolas,

Thanks for sharing your observation. We have recently noticed the same as
well on Google Chrome.

Please update us with your findings.

On Mon, Oct 10, 2011 at 11:22 PM, Nicolas Larcipretti <
niclarcipretti at gmail.com> wrote:

> Adding some observations:
>
> - Only happens in Google Chrome.
> - IE and FF makes the select box dissapear and when you drag the widget off
> the select box, it appears again.
>
> I'll debug the js in Chrome to see wich command is not running on it.
>
> Cheers
>
> Nicolas
>
>
> 2011/10/10 Nicolas Larcipretti <niclarcipretti at gmail.com>
>
>> Hi guys,
>>
>> 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
>>
>> I've found a workaround to stop this in jscalendar/calendar.js, line 1487.
>> Just remove the "select" tag from the array:
>>
>> var tags = new Array("applet", "iframe", "select");
>>
>> becomes
>>
>> var tags = new Array("applet", "iframe");
>>
>> 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...
>>
>> 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.
>>
>> Cheers
>>
>> Nicolas
>>
>
>
> _______________________________________________
> http://www.vtiger.com/
>



-- 
Regards,
Asha
vtiger Team

*Connect with us on: *Twitter <http://twitter.com/#%21/vtigercrm> *I*
Facebook <http://www.facebook.com/pages/vtiger/226866697333578?sk=wall> *I*
Blog <http://blog.vtiger.com/>* I*
Wiki<http://wiki.vtiger.com/index.php/Main_Page>
 *I *Forums  <http://forums.vtiger.com/>*I* Website <http://vtiger.com/>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20111014/297e649a/attachment-0002.html 


More information about the vtigercrm-developers mailing list