Project

General

Profile

Actions

Bug #31

closed

GoAutoDial 2.1 and IE9 compatibility issue

Added by Lars J. Croff almost 13 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
06/09/2011
Due date:
% Done:

0%

Estimated time:

Description

There seems to be some compatibility issues with GoAutoDial 2.1 and Internet Explorer 9 - this causes the initial page(admin.php) that gets loaded after login, to look a bit "messy".

I usually fix IE9 compatibility issues by implementing the following code within "head" tag on the webpage:

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8">

This forces any IE9 browser to display as IE8, which doesn't mess up the layout.

Attached 2 screenshots, one with IE9 - and one using Chrome 12(ok) + also tested using Firefox 5(ok).

We need to figure out how to implement above IE9 code snippet(or something simmilar) safely in the GoAutoDial php code.


Files

goautodial-2.1_in_IE9.png (185 KB) goautodial-2.1_in_IE9.png IE9(not ok) Lars J. Croff, 06/09/2011 08:34 AM
goautodial-2.1_in_Chrome.png (123 KB) goautodial-2.1_in_Chrome.png Chrome 12(ok) Lars J. Croff, 06/09/2011 08:34 AM
vicidial.admin-fix-ie9.patch (6.42 KB) vicidial.admin-fix-ie9.patch The patch includes the fix for the admin issue at http://goautodial.org/issues/27 Chris Lomuntad, 06/09/2011 10:24 AM
admin.php.rej (7.84 KB) admin.php.rej Lars J. Croff, 06/09/2011 05:07 PM
vicidial.admin_header-fix-ie9.patch (6.4 KB) vicidial.admin_header-fix-ie9.patch Chris Lomuntad, 06/09/2011 09:43 PM
goautodial-2.1_-_Error_when_applying_patchfile.png (187 KB) goautodial-2.1_-_Error_when_applying_patchfile.png Lars J. Croff, 06/10/2011 08:04 AM
admin_header.php (81 KB) admin_header.php Lars J. Croff, 06/10/2011 12:34 PM
admin.php-ie9-fix.patch (617 Bytes) admin.php-ie9-fix.patch Chris Lomuntad, 06/10/2011 02:13 PM
goautodial-2.1_-_IE9_freezing_after_patch.png (150 KB) goautodial-2.1_-_IE9_freezing_after_patch.png Lars J. Croff, 06/10/2011 02:55 PM
Actions #1

Updated by Chris Lomuntad almost 13 years ago

Done with the compatibility issue for IE9 browser.

The patch includes the fix for the admin issue at http://goautodial.org/issues/27

Actions #2

Updated by Chris Lomuntad almost 13 years ago

  • Status changed from New to In Progress
Actions #3

Updated by Lars J. Croff almost 13 years ago

Thanks for the patch, but I’m a bit unsure on how to apply it, have tried placing the “patch” file in ‘/var/www/html’ and run following command:

patch < -u vicidial.admin-fix-ie9.patch admin.php

also tried this:

patch < vicidial.admin-fix-ie9.patch

and specified “admin.php” to be patched when prompted, both resulting in error:

7 out of 7 hunks FAILED – saving rejects to file admin.php.rej

Attached the 'rej' file.

Actions #4

Updated by Chris Lomuntad almost 13 years ago

The file that will be patched is admin_header.php

I uploaded a new patch file coz the previous one also has some errors when i tested it.

try this one:

patch -p0 -i vicidial.admin_header-fix-ie9.patch

Actions #5

Updated by Lars J. Croff almost 13 years ago

Ok, thanks. But getting following error:

"Only garbage was found in the patch input"

when trying to apply it with:

patch -p0 -i vicidial.admin_header-fix-ie9.patch

from within:

'/var/www/html' & '/var/www/html/vicidial'

Attached error message from commandline.

Actions #6

Updated by Chris Lomuntad almost 13 years ago

You're using 2.1 right?

Kindly put it on /var/www/html/goautodial-admin/ folder.

Actions #7

Updated by Lars J. Croff almost 13 years ago

Yes I'm running 2.1, was able to apply the patchfile now - but the layout problem still persist, also rebooted the server and emptied my "temp ie" files, just to make sure everything was reloaded.

Attached the 'admin_headrer.php' that got modified by the patchfile.

Actions #8

Updated by Chris Lomuntad almost 13 years ago

  • File admin.php-ie9-fix.patch added

Try to patch the /var/www/html/admin.php using the patch that i just uploaded.

Actions #9

Updated by Chris Lomuntad almost 13 years ago

  • File deleted (admin.php-ie9-fix.patch)
Actions #11

Updated by Lars J. Croff almost 13 years ago

Were able to apply the patch, and the layout looks normal in IE9 again - but now there is a problem with the browser getting "jerky" and un-responsive, happens when trying to choose "Vicidial Admin" or "PHPMYADMIN" menu. Tried rebooting server, to make sure everything got reloaded, but same result.
Attached screenshot.

Actions #12

Updated by Demian Biscocho about 11 years ago

  • Status changed from In Progress to Closed
Actions

Also available in: Atom PDF

Go to top