Problem with DhtmlxCombo in IE 10 and scroll

We are experiencing a problem when using the DHTMLXCombo Control in IE 10 in a window.
The combobox edit list doesn’t seem to move together with the control when the window is scrolled down.
I have attached 2 images showing

  1. Correctly displaying when the window is not scrolled
  2. With the edit box displaced when the user scrolls down



Could you reproduce such behaviour on our dhtmlx online samples?

Ok, I debugged and found the problem, maybe you fix it for the next release.
In the function: getPosition, file dhtmlxcombo.js.
There is a test (if _isie && _isIE <8)
In IE 10 _isie is a Boolean so _isIE becomes true and it gets the position from the code designed for old browsers and fails as in IE10 scrollposition returns always 0.

I’m also getting this issue on IE10.
What cdehelean explained is correct.

Is this fixed?

Ah, sorry for my delusion. It is known issue (it is not IE10 only).
We need your completed demo to add a custom fix for you.
You can provide it on support@dhtmlx.com with a link to this topic.
docs.dhtmlx.com/doku.php?id=othe … leted_demo