[Vtigercrm-developers] Bugs with IE9

Hamono, Chris (DPC) Chris.Hamono at sa.gov.au
Wed Feb 18 05:52:56 GMT 2015


Hi

Please check what mode IE is rendering in (f12 start developer tools). We had similar issues with IE rendering in compatibility mode.


Chris

From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of Jonathan Sardo
Sent: Wednesday, 18 February 2015 12:12 PM
To: vtigercrm-developers at lists.vtigercrm.com
Subject: Re: [Vtigercrm-developers] Bugs with IE9

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<mailto:sardoj at gmail.com>>:
Hello,

There are problems with Vtiger 6.1 and IE9:

- Dashboard widgets are not displayed (loading infinitely)

[cid:image001.png at 01D04B75.E050C170]

- Modal popups are not open (loading infinitely)

[cid:image003.png at 01D04B75.E050C170]

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/e2a7fe02/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 3921 bytes
Desc: image001.png
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20150218/e2a7fe02/attachment-0002.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image003.png
Type: image/png
Size: 33173 bytes
Desc: image003.png
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20150218/e2a7fe02/attachment-0003.png>


More information about the vtigercrm-developers mailing list