Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

text-input component depricated?

Guest
Aug 02, 2017 Aug 02, 2017

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

232
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 02, 2017 Aug 02, 2017

what code is causing that error?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 02, 2017 Aug 02, 2017
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines