You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that password input morphs serialize and deserialize fine (i.e. copy) yet, when they are being stored as part of another part in the Partsbin they become unresponsive to any user input.
Serialization + Deserializtion seems to fix it again.
Another bug that is that the onInputChanged() is never being called. Neither are events such as onKeyDown().
The text was updated successfully, but these errors were encountered:
merryman
changed the title
Password Input breaks saved to Partsbin
Password Input breaks when saved to Partsbin
Mar 6, 2017
Ah, yes, same is true for the test runner. This has to do with using ids of morphs in the HTML but on copy those ids change. The HTML content needs to be updated. I'll look into it.
I noticed that password input morphs serialize and deserialize fine (i.e. copy) yet, when they are being stored as part of another part in the Partsbin they become unresponsive to any user input.
Serialization + Deserializtion seems to fix it again.
Another bug that is that the
onInputChanged()
is never being called. Neither are events such asonKeyDown()
.The text was updated successfully, but these errors were encountered: