PDA

View Full Version : Cross Browser Compatibility


boltymac
03-11-2008, 07:31 PM
I noticed that when selecting canned responses in Internet Explorer it didn't work. It works fine in Firefox. (my preferred browser but not the choice of my co workers)

Upon investigation I found that the ajax.js is pretty old. Luckily there is a http wrapper update which works and can be found here.

http://adamv.com/dev/javascript/files/request.js

Just replace the code in ajax.js found in /scp/js/ajax.js with the code found at the link above. It's just a cut and paste job, be sure to just close the current code /*old code*/ and paste in the new and test prior to removing the old code entirely.

Or insert the copy of my ajax.js which is attached you will need to convert this txt file to .js and name it ajax.js.

I hope this helps anyone else who has found this bug.

peter
03-12-2008, 12:52 AM
I am curious to know the version you patched. The issue was fixed in RC3 as far as I know.

Corey
03-12-2008, 01:11 AM
I am curious to know the version you patched. The issue was fixed in RC3 as far as I know.

He also posted this in the bug tracker, http://osticket.com/forums/project.php?issueid=66, and said
Affected Version 1.6.0 rc2.

peter
03-12-2008, 01:18 AM
Thanks Corey!