Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Password Input breaks when saved to Partsbin #124

Open
merryman opened this issue Mar 6, 2017 · 1 comment
Open

Password Input breaks when saved to Partsbin #124

merryman opened this issue Mar 6, 2017 · 1 comment

Comments

@merryman
Copy link
Member

merryman commented Mar 6, 2017

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

@merryman merryman changed the title Password Input breaks saved to Partsbin Password Input breaks when saved to Partsbin Mar 6, 2017
@rksm
Copy link
Member

rksm commented Mar 7, 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants