0
text-input component depricated?
/t5/animate-discussions/text-input-component-depricated/td-p/9251749
Aug 02, 2017
Aug 02, 2017
Copy link to clipboard
Copied
Hi folks,
I'm working on a html5 canvas project.
On my canvas are text-input boxes which give me the following warning in my browser:
"Use of Mutation Events is deprecated. Use MutationObserver instead."
Is there a way so i can fix this myself? Is it possible to look into the code of my components?
Greetings
Hagen
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
/t5/animate-discussions/text-input-component-depricated/m-p/9251750#M170320
Aug 02, 2017
Aug 02, 2017
Copy link to clipboard
Copied
what code is causing that error?
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
LATEST
/t5/animate-discussions/text-input-component-depricated/m-p/9251751#M170321
Aug 02, 2017
Aug 02, 2017
Copy link to clipboard
Copied
I didn't test it, but I think it's a Firefox specific issue. At some point all browsers will drop support for mutation events, it's just that Firefox users are already being warned about that. Hopefully Adobe are keeping up with Web Standards changes.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more