Hi,
We have a grid and it is sometimes throwing the following error:
Uncaught TypeError: Cannot set property ‘top’ of undefined jqxscrollbar.js:852
$.extend._setElementTopPosition jqxscrollbar.js:852
$.extend._positionelements jqxscrollbar.js:1179
$.extend.setPosition jqxscrollbar.js:1084
$.extend._addHandlers.addHandler.self.buttonDownCapture jqxscrollbar.js:439
jQuery.event.dispatch jquery.js:4692
jQuery.event.add.elemData.handle jquery.js:4376
This line of code is: element[0].style.top = y + ‘px’;
We are using an embedded version of Chrome. This only happens on two machines so far and is inconsistent. Both machines are XP (we have a mix of XP and Win7).
This doesn’t make sense to me at all. It appears as if the ‘style’ property of the underlying DOM element is not set. What makes it more weird is that this element is accessed further down the stacktrace successfully (in _positionelements method).
Is this an issue that anyone has come across before? Any idea how I can get around it?
Thanks,
Niall.