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

'DOMNodeRemoved' DOM Mutation Event. This event type is deprecated work is underway to remove it.

Community Beginner ,
Oct 06, 2023 Oct 06, 2023

Copy link to clipboard

Copied

Good morning. I use the "textinput" component in my game. I noticed that this message is displayed in the console in the Chrome browser. What could it mean? Will Adobe update "textinput" to work if the Listener is already removed from the browser? What can I do to avoid the game not working once this is removed? Zrzut ekranu 2023-10-06 094340.png

TOPICS
Code , Error , Missing feature , Other , Product issue , Publish package

Views

770

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 ,
Oct 06, 2023 Oct 06, 2023

Copy link to clipboard

Copied

you can ignore that or build your own text input.

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
New Here ,
Oct 10, 2023 Oct 10, 2023

Copy link to clipboard

Copied

Hello, but do you think there is a real threat that tex inputs will stop working in the near future?

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
Community Expert ,
Oct 10, 2023 Oct 10, 2023

Copy link to clipboard

Copied

near future? probably not.

 

otoh, you can encode an input element to use in animate if you understand javascript.

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
New Here ,
Apr 23, 2024 Apr 23, 2024

Copy link to clipboard

Copied

I found and changed this as suggested, it's on line 135 in anwidget.js:

 

$(parent).bind("MutationObserver", function(e) { //$(parent).bind("DOMNodeRemoved", function(e) {

That got rid of the error message and did not break anything so far 😉

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
New Here ,
Apr 23, 2024 Apr 23, 2024

Copy link to clipboard

Copied

LATEST

Oh my, oh my! It's working. It enables working with video (video component) and interactive animation. So cool. Thanks a lot for this precious tip. 

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