Hello,
I think I have found a bug regarding jqxWindow and jqxDropDownList with touchmove.
I have a jqxWindow, inside is a jqxDropDownList.
I have prepared a fiddle, see http://jsfiddle.net/74bit/9yb2qo21/1/
You have to try this with a touch-device, or emulate a touch device in the browser, otherwise there is no problem.
Scroll a little down (touchmove), so that still see the dropdown.
When you then open the dropdown the container with the dropdown-content is shown at the wrong place, somewhere more down.
I think the problem is, that in the touchmove-event inside the jqxWindow the position of the dropdown-content is not adapted correctly.
Is there a workaround?
Kind regards,
Witold