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

Doesn't look like we can fix this for now:

https://devforums.apple.com/message/166801#166801

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

(In [1945]) Hide keyboard when adding blogs. fixes #736

Note: See TracTickets for help on using tickets.