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

text-input component depricated?

Guest
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

Views

187

Translate

Translate

Report

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

Copy link to clipboard

Copied

what code is causing that error?

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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.

Votes

Translate

Translate

Report

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