Nico Beemster

Results 1 comments of Nico Beemster

Found it, in koGrid-2.1.1.debug.js, lines 2105 - 2106: ``` javascript window.kg.domUtilityService.ScrollH = ($testContainer.height() - $testContainer[0].clientHeight); window.kg.domUtilityService.ScrollW = ($testContainer.width() - $testContainer[0].clientWidth); ``` **$testContainer[0].clientHeight** and **$testContainer[0].clientWidth** both return 0 (zero), causing an...