Re: Forms Field Widget, Date Converter and IE10

kompromiss <[email protected]>
Newsgroups gmane.text.xml.cocoon.user
Message-ID <[email protected]>
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.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.