[Vtigercrm-developers] Bugs with IE9

Jonathan Sardo sardoj at gmail.com
Wed Feb 18 01:42:17 GMT 2015


Hi !

I saw there is this problem also in "On demand" version.
I found the reason: IE9 seems to not support jQuery .then() function

But it works using this code:

$.ajax
({
     url: modificationPopupUrl,
     success: function(response){
         app.showModalWindow(response, function(data){});
    }
});
The problem is every QuickCreate popups uses .then() function so they are
not displayed....

Any solutions?

Regards,

Jonathan SARDO

2015-02-17 0:51 GMT+01:00 Jonathan Sardo <sardoj at gmail.com>:

> Hello,
>
> There are problems with Vtiger 6.1 and IE9:
>
> *- Dashboard widgets are not displayed* (loading infinitely)
>
> [image: Images intégrées 1]
>
> *- Modal popups are not open* (loading infinitely)
>
> [image: Images intégrées 2]
>
> Maybe it is a problem of Bootstrap...I don't know.
>
> But do you have a solution to fix these bugs please?
>
> Regards,
>
> Jonathan SARDO
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20150218/352b92b6/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 3921 bytes
Desc: not available
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20150218/352b92b6/attachment-0002.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 74287 bytes
Desc: not available
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20150218/352b92b6/attachment-0003.png>


More information about the vtigercrm-developers mailing list