Hi,
I am being plagued by a jqxPanel where I get a vertical scrollbar, but can not reach the end (ie. the bottom) of the panel cotent using the scrollbar. Instead when clicking or dradding the scrollbar to the downmost position it will go there only for a fraction of a second and then jump back upwards for some picels.
Finally, after lots of experimentation, I was able to reproduce this effect in a fiddle:
http://jsfiddle.net/_stephan_/MezzS/5/
In the fiddle try to use the bottom of the jqxPanel using the vertical scrollbar. You should observe that this appears to be impossible.
Apparently it is the “autoUpdate : true” which triggers the problematic behaviour. If you remove “autoUpdate : true” the vertical scrolbar will behave normal and without problems.
Regards,
Stephan