Bug #31
closedGoAutoDial 2.1 and IE9 compatibility issue
0%
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
Updated by Chris Lomuntad almost 14 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
Updated by Chris Lomuntad almost 14 years ago
- Status changed from New to In Progress
Updated by Lars J. Croff almost 14 years ago
- File admin.php.rej admin.php.rej added
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.
Updated by Chris Lomuntad almost 14 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
Updated by Lars J. Croff almost 14 years ago
- File goautodial-2.1_-_Error_when_applying_patchfile.png goautodial-2.1_-_Error_when_applying_patchfile.png added
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.
Updated by Chris Lomuntad almost 14 years ago
You're using 2.1 right?
Kindly put it on /var/www/html/goautodial-admin/ folder.
Updated by Lars J. Croff almost 14 years ago
- File admin_header.php admin_header.php added
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.
Updated by Chris Lomuntad almost 14 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.
Updated by Chris Lomuntad almost 14 years ago
- File deleted (
admin.php-ie9-fix.patch)
Updated by Chris Lomuntad almost 14 years ago
- File admin.php-ie9-fix.patch admin.php-ie9-fix.patch added
Updated by Lars J. Croff almost 14 years ago
- File goautodial-2.1_-_IE9_freezing_after_patch.png goautodial-2.1_-_IE9_freezing_after_patch.png added
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.
Updated by Demian Biscocho about 12 years ago
- Status changed from In Progress to Closed