When using a modal window, the content behind the window is grayed out and locked.
I assume that it is some div, that covers the entire browser window.
In FireFox this seem to become to large, which causes a scrollbar to appear. This is not a critical issue except that when showing a validator, jqx insists on going to the bottom of the window – thus scrolling the window.
This scenario can also be reproduced in IE if the window is not maximized.
I run jqx under a ASP.NET masterpage which already contains a form, so I bind the jqxValidator to a div rather than a form as prescribed. Can this be the cause?
Thanks in advance.