Confirmed users
6,361
edits
m (→Test Strategy) |
|||
| Line 12: | Line 12: | ||
* Environment | * Environment | ||
** Maemo N900 | ** Maemo N900 | ||
** Android Nexus One | ** Android Nexus One (likely beta 1+) | ||
* Supported Data from device | * Supported Data from device | ||
** | ** Full Name | ||
** Email address | ** Email address | ||
*** <input> field has type="email" or if id / class match a [http://mxr.mozilla.org/mobile-browser/source/components/FormAutoComplete.js#76 regex] | |||
** Telephone number | ** Telephone number | ||
** | *** <input> field has type="tel" or id/class match a [http://mxr.mozilla.org/mobile-browser/source/components/FormAutoComplete.js#77 regex] | ||
** Changing any of the above info, and restarting fennec will update list | ** Changing any of the above info, and restarting fennec will update list | ||
| Line 33: | Line 33: | ||
** Test with Upper/Lower case characters | ** Test with Upper/Lower case characters | ||
** Test with Unicode characters? | ** Test with Unicode characters? | ||
** Test with non-US phone types | ** Test with non-US phone types (update, code doesnt check phone numbers, so any text in the contacts field will be displayed) | ||
** '''Q: How to handle or distinguish dupes? eg. pulling same contact data versus form data''' (Answer: Dupes are cleared out and history is left) | |||
** '''Q: How to handle or distinguish dupes? eg. pulling same contact data versus form data''' | ** '''Q: Does Sync support syncing contacts to the cloud?''' (Answer: Nope, only the contacts in the local address book. On N900, the local address book itself can sync to the cloud if you connect a Google service. I assume Android can do this too.) | ||
** '''Q: Does Sync support syncing contacts to the cloud?''' | |||
== Related Bugs == | == Related Bugs == | ||