Hi there,

as stated once here on the mailing list, there is a small bug with dojo on MSIE. The jscript error with undefined is a result of the onload zendDijit function. The error goes away if I replace

if (null !== n) {

with

if (null != n) {

in Zend/Dojo/View/Helper/Dojo/Container.php:736

Cheers Jan

Reply via email to