unplugged / unplugged-controls

7 stars 9 forks source link

[My Activities] The title and company name can be saved with only white spaces. #436

Closed whitemx closed 10 years ago

whitemx commented 10 years ago

Environment:

iPhone 5s, iOS 7.0

Steps to reproduce:

  1. Open menu > Contacts > My Activities
  2. Edit a record, edit the 'title' and 'company' and save them with only white spaces

Expected result:

Error/Validation message should be shown.

Actual result:

Able to save with 'title' and 'company' as white spaces.


whitemx commented 10 years ago

That validation is not being tested. If there is no text in the field then saving is not allowed, but we have simply not implemented a test for whitespace as it may be valid. It would be down to the developer using the controls to implement that as necessary.

unplugged commented 10 years ago

That validation is not being tested. If there is no text in the field then saving is not allowed, but we have simply not implemented a test for whitespace as it may be valid. It would be down to the developer using the controls to implement that as necess