ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: stoodin on September 27, 2014, 01:37:12 am

Title: fn._generateCellRowOutline exception
Post by: stoodin on September 27, 2014, 01:37:12 am
Hi,
I am using IE7 (sorry have to support for a few month) and always getting exception in the fn._generateCellRowOutline on line:
lft = $td[0].offsetLeft + $table[0].offsetLeft + offsetParent.offsetLeft;
in my case offsetParent is NULL

To reproduce it I change one cell and move to another by mouse click to the next cell. Tab is working fine.

Could you help me to resolve this problem please?

Thank you.
Title: Re: fn._generateCellRowOutline exception
Post by: paramvir on September 29, 2014, 10:07:01 pm
I don't see this error in the demos with IE7. Could you please point the demo or create a jsfiddle and mention the steps to reproduce the error.
Title: Re: fn._generateCellRowOutline exception
Post by: stoodin on September 30, 2014, 06:33:25 pm
Looks like it has been fixed in the newer version.
2.2 works but has some other issues related to IE7.
Thank you