Opened 2 years ago
Closed 2 years ago
#736 closed defect (fixed)
Add blog - keyboard doesnt hide
| Reported by: | johnny5 | Owned by: | |
|---|---|---|---|
| Priority: | trivial | Milestone: | 2.8 |
| Component: | Add Blog/Site | Version: | |
| Keywords: | Cc: |
Description
On an iPad:
1) Click + to add a new blog
2) Pick self hosted
3) Click in URL field to show the keyboard
4) Click the 'Welcome' tab to go back
5) Main add blog selection screen is shown, but the keyboard is still visible and obscures the buttons
Change History (3)
comment:1 Changed 2 years ago by mrroundhill
- Milestone changed from 2.7-beta to Future Release
comment:2 Changed 2 years ago by koke
- Milestone changed from Future Release to 2.8
It requires a bit of extra work, but it can be fixed for iOS 4.3.1 or later. We just need to extend the modal controller (a UINavigationController) and implement:
- (BOOL)disablesAutomaticKeyboardDismissal {
return NO;
}
comment:3 Changed 2 years ago by koke
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Doesn't look like we can fix this for now:
https://devforums.apple.com/message/166801#166801