wordpress-mobile / wordpress-mobile/AztecEditor-iOS
Can't scroll when title field includes too much text
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 669
- Forks
- 153
- Avg merge
- 11h 27m
- Merged PRs (30d)
- 4
Description
When the title wraps too much,There will be two problems
-
When titleFieldView.frame.height + keyboardFrame.height > view.frame.height, you can not scroll
-
First: Open the sample, click Editor Demo,
Second: Enter some text to wrap the title, When the title wrap for five lines, Scroll RichTextView
Third: Click RichTextView above the position, Click on the screen position, will scroll down
Sorry, I'm poor English, I do not know if you can understand, Thank you for reading
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
Start with the sample's Editor Demo and reproduce the reported sequence using a long, wrapped title and the RichTextView. Inspect the titleFieldView and keyboard-related scrolling behavior, then verify that the editor remains scrollable and does not jump when tapping above the RichTextView; the issue does not name files or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, swift
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100