AztecEditor-iOS icon indicating copy to clipboard operation
AztecEditor-iOS copied to clipboard

Can't scroll when title field includes too much text

Open lixiaonan opened this issue 7 years ago • 3 comments

When the title wraps too much,There will be two problems

  1. When titleFieldView.frame.height + keyboardFrame.height > view.frame.height, you can not scroll

  2. 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

lixiaonan avatar Dec 25 '17 10:12 lixiaonan

Thank you for the report! This was also reported in https://github.com/wordpress-mobile/WordPress-iOS/issues/9507 along with this screenshot showing the issue:

image

rachelmcr avatar Oct 16 '18 16:10 rachelmcr

Well, should a title be allowed to go beyond say three lines? It is no longer a title if it is more than that.

shahla00 avatar Oct 09 '19 22:10 shahla00

Labeling as low priority because, as the last comment points out, it's a bit of an edge case but also because I found in testing that the problem does not happen in the block editor.

designsimply avatar Dec 03 '19 22:12 designsimply