Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
Upgrade to Chrome 54, got DOMException in onsen-modal/animator.js
-
My existing code stop running when upgrade to Chrome 54 (on Ubuntu), with DOMException:
Failed to execute 'createElement' on 'Document': The result must not have attributes
, in ons-modal/animator.js.According to http://stackoverflow.com/questions/40181683/failed-to-execute-createelement-on-document-the-result-must-not-have-childre-childr), Chrome 54 seems to be the first version to provide native createEement().
-
I’m also seeing this after upgrading to Chrome 54.
-
This was fixed even before Chrome 54 was released. Please update Onsen UI.
They do provide a native
createElement
, but it’s bugged. I hope they fix it for the next release.
-
@Fran-Diox Cool! Thanks.