View Single Post
Old 11-29-2012, 08:10 AM   PM User | #1
Aeroblizz
New to the CF scene

 
Join Date: Nov 2012
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Aeroblizz is an unknown quantity at this point
Javascript/Browser problem

Hi,

Our programmer is having problems with a text-tool made with javascript.
His description is:

There is no function that don't work, what work in Firefox not work in Chrome

if ($.browser.webkit) {
this.setZoom();
};
line 269
if you will remove it (so no change of zoom), then you will see bug in Chrome
and line 265
if($.browser.mozilla && $.browser.version > 12) {
$('#workarea').css('overflow', 'hidden');
};
if you will remove it - you will see bug in Firefox


Does anyone recognize this problem?
If you think you can fix it, pm me your price.
Aeroblizz is offline   Reply With Quote