Maybe it will be of use for someone... Maybe even for me, many days from now.
Anyway: problem with js function in file
cocoon-ajax-impl-1.0.0.jar\org\apache\cocoon\dojo\resources\src\xml\Parse.js

The condition

if (dojo.render.html.capable && dojo.render.html.ie && node.scopeName !=
"HTML")

should be changed to

if (dojo.render.html.capable && dojo.render.html.ie && node.scopeName !=
"HTML" && node.scopeName !== undefined)

Now IE10 should work properly with Dojo in cocoon.



--
View this message in context: 
http://cocoon.10839.n7.nabble.com/Forms-Field-Widget-Date-Converter-and-IE10-tp57947p58186.html
Sent from the Cocoon - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to