Skip to main content
August 2, 2017
Question

text-input component depricated?

  • August 2, 2017
  • 1 reply
  • 255 views

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

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
August 2, 2017

what code is causing that error?

Colin Holgate
Inspiring
August 2, 2017

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.