-- Jan Wagner-Rosenkranz <[EMAIL PROTECTED]> wrote
(on Wednesday, 06 August 2008, 11:04 AM +0200):
> 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

Thanks for the report; I've fixed this in trunk and the 1.6 release
branch now.

-- 
Matthew Weier O'Phinney
Software Architect       | [EMAIL PROTECTED]
Zend Framework           | http://framework.zend.com/

Reply via email to