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

[Screen Builder] Model is not updated when an observable object property is used in two text fields #368

Closed
vchimev opened this issue Jun 29, 2015 · 3 comments

Comments

@vchimev
Copy link
Contributor

vchimev commented Jun 29, 2015

In brief:
An observable object property is used in two text field elements. Modifying one of the text fields does not always update the model.
In the case of Screen Builder the text field is the password of a sign in and register form, which are part of an authentication component.

  1. Create new native SB app with BS sample data project.
  2. Add authentication form, add it to the navigation and apply the change.
    3. Deploy the app on iOS device.
  3. Open the app on the device and go to the authentication form.
  4. Redirect to the register form, fill in the email and password and submit the form.
  5. Go again to the authentication, switch to the sign in form and submit it.
  6. Go again to the authentication switch to the register form, delete the password and change the email. Submit the form.

Expected: error for missing password appears.
Actual: the form is submitted without password.

@hshristov hshristov added this to the 1.2.0 milestone Jul 1, 2015
@nsndeck nsndeck self-assigned this Jul 1, 2015
@nsndeck
Copy link

nsndeck commented Jul 2, 2015

Fixed with #383.

@nsndeck nsndeck added the ready for test TSC needs to test this and confirm against live production apps and automated test suites label Jul 2, 2015
@nsndeck nsndeck assigned vchimev and unassigned nsndeck Jul 2, 2015
@vchimev vchimev added done and removed ready for test TSC needs to test this and confirm against live production apps and automated test suites labels Jul 3, 2015
@vchimev
Copy link
Contributor Author

vchimev commented Jul 3, 2015

This issue was caused by the secure text field in ios. Tested with 542704c.

@vchimev vchimev closed this as completed Jul 3, 2015
@vchimev vchimev removed their assignment May 1, 2017
@lock
Copy link

lock bot commented Aug 28, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Aug 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants