tony said:
Hello Oleg,
As usual – Thanks.
IMHO the better if we replace
isSafari = $.browser.webkit || $.browser.safari ? true : false;
with
var testcell = $(“
“).find(“td”).width(),
isSafari = ( ts.p.cellLayout != testcell );
This is better since it is unknown that with the next release it will be back.
Best Regards
Tony
Hi tony,
the fix above must be have done into setGridWidth and ShowHideCol functions.
those functions use $.browser.webkit || $.browser.safari condition….
My fix is:
- Store into a parameter isSafari flag. ts.p.isSafari = isSafari;
- use that param in