LivelyKernel / lively.morphic

An implementation of the Morphic user interface framework for lively.next.
13 stars 2 forks source link

Password Input breaks when saved to Partsbin #124

Open merryman opened 7 years ago

merryman commented 7 years ago

password-input-bug

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().

rksm commented 7 years ago

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.