photokandyStudios / gbible

Greek Interlinear Bible for iOS (native)
http://www.photokandy.com/apps/gib
41 stars 31 forks source link

Doing multiple searches and hiding the keyboard occasionally leaves results grayed-out #50

Closed kerrishotts closed 11 years ago

kerrishotts commented 11 years ago

Reported by @AdamDenoon

kerrishotts commented 11 years ago

For me, this seems to occur if I dismiss the keyboard without actually searching; the dark layer remains, and then tapping the search field creates it again (ad infinitum). Tapping the dark layer will only dismiss the last one, since that's all it keeps track of. Added code to detect when the search field stops editing (as opposed to only when it starts editing) to catch dismissals without searches.

Will be fixed next commit.