doozerdev / iOS-objC

2 stars 0 forks source link

Tapping the empty background area of a list doesn't dismiss the keyboard in the case of entering a new item #66

Closed rdeutsch closed 9 years ago

rdeutsch commented 9 years ago
  1. navigate into a list with zero or very few items (so you can still see the background area when the keyboard opens)
  2. tap "+" - a new item is created and the keyboard comes up
  3. enter text, or not - leave it blank
  4. tap the colored area of the list background

expected: keyboard dismisses and item is either created or canceled (based on whether there was text entered) actual: nothing happens... only tapping on the completed header or other items (if any) will cause the dismissal

making this a p1 specifically because this will be the very first experience all users have with adding items - in their blank lists.