Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
165
UltraWebGrid Error: document.getBoxObjectFor is not a function
posted

Using version 9.2.20092.2025 (also tested in 8.2) and FireFox 3.6

Anytime I try to sort or basically anything with JavaScript I get the error:

Error: document.getBoxObjectFor is not a function

And the section in the source file looks like this:

else if (ig_csom.IsFireFox && document.getBoxObjectFor(elem))
{
var rect = document.getBoxObjectFor(elem);
r.x = rect.x;
r.y = rect.y;
r.w = rect.width;
r.h = rect.height;
}

Can anyone else confirm this?


Basically the grid is completely broken in this new version of FireFox.


 

 

Parents Reply Children
No Data