|
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.
|