Skip to main content
redtangle
Inspiring
December 16, 2019
Answered

TextInput Component not displaying

  • December 16, 2019
  • 1 reply
  • 311 views

Since the latest update (20.0) I've been having problems with the TextInput component.
Initially in my pre-existing projects, I was getting the error:
Uncaught TypeError: Cannot read property 'css' of null
Which was being triggered from both lines 171 and 176 of anwidget.js
On closer inespection I could see that #dom_overlay_container was empty.

So I tried this with a blank animate project.
I create a textInput component on stage and publish and it displays, but place this on any other frame other than the first frame, and it doesn't display.
Similarly if you place the textInput across multiple frames, it disappears after the first frame, and the #dom_overlay_container is empty.

Any thoughts?

This topic has been closed for replies.
Correct answer redtangle

This appears to be a bug explicit to 20.0.
I've just updated to 20.0.1 and everything is working again.
This seems to be mainly as a result of moving over to the newer version of createJS.

1 reply

redtangle
redtangleAuthorCorrect answer
Inspiring
December 16, 2019

This appears to be a bug explicit to 20.0.
I've just updated to 20.0.1 and everything is working again.
This seems to be mainly as a result of moving over to the newer version of createJS.