Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - PetrChudoba

Pages: [1]
1
ParamQuery Pro Evaluation Support / Re: jQuery 2.x compatibility
« on: November 18, 2015, 02:52:17 pm »
Thanks for reporting the issue.

It's incompatible with jQuery 2.x for now, it would be looked into for the next version.
Thank you for quick reply. Is there any approximate release of next version? Exact date not needed, something like 1 month / 6 months is enough, we need to decide whether to use your component or not. Using jQuery 2.x is mandatory for us.

2
ParamQuery Pro Evaluation Support / jQuery 2.x compatibility
« on: November 18, 2015, 01:24:43 pm »
Hello,
I recently downloaded the paramQuery Pro Demo and I am facing an exception when using jQuery 2.1.4 on the demo site (json.htm). Actually this problem seems to be within all versions of jQuery 2.x.

This exception appears on code line (hscroll is undefined):
Code: [Select]
var d=parseInt(h.hscroll.option("cur_pos")Exception stacktrace:
Code: [Select]
pqgrid.min.js:267 Uncaught TypeError: Cannot read property 'option' of undefined
p.calcInitFinalH @pqgrid.min.js:267
p.refresh @pqgrid.min.js:279
a.refresh @pqgrid.min.js:138
a.refreshView @pqgrid.min.js:139
a._onDataAvailable @pqgrid.min.js:317
a.refreshDataAndView @pqgrid.min.js:140
a._create @pqgrid.min.js:285
(anonymous function) @jquery-ui.min.js:6
e.Widget._createWidget @jquery-ui.min.js:6
e.(anonymous function).(anonymous function) @jquery-ui.min.js:6
(anonymous function) @jquery-ui.min.js:6
n.extend.each @jquery.js:374
n.fn.n.each @jquery.js:139
e.fn.(anonymous function) @jquery-ui.min.js:6
(anonymous function) @json.htm:422
j @jquery.js:3099
k.fireWith @jquery.js:3211
n.extend.ready @jquery.js:3417
I @jquery.js:3433

I've tested the same on paramQuery 2 (the free one) and there was no exception thrown for jQuery 2.1.4.

Any ideas what am I doing wrong?

Pages: [1]