mapbox / mapbox/mapbox-navigation-ios
UITextView is messed up after display of navigation
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 918
- Forks
- 326
- Avg merge
- 1h 16m
- Merged PRs (30d)
- 3
Description
**Mapbox Navigation SDK version: 1.0.0 **
Hello, after display of NavigationViewController, some UITextViews are messed up:
(1) Display NavigationViewController
(2) Dismiss NavigationViewController
(3) Open other view which contains UITableView
(4) Here: Tap into UITextView (in upper cell of UITableView)
Result: Keyboard is shown and UITableView scrolls way out of bounds. Interactive dismissal of keyboard does not work anymore. It takes a relaunch of the App to work alright again.
This behavior has already been present in older versions of Mapbox Navigation.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the sequence of presenting and dismissing NavigationViewController, then opening a UITableView and tapping a UITextView in its upper cell. Start by investigating the NavigationViewController dismissal lifecycle and the resulting keyboard behavior. Done means the table no longer scrolls out of bounds and interactive keyboard dismissal works without relaunching the app.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, swift
- Domain
- mobile, mobile-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100