nnhubbard / ZSSRichTextEditor

A beautiful rich text WYSIWYG editor for iOS with a syntax highlighted source view
MIT License
3.78k stars 585 forks source link

missing image when dismiss keyboard #182

Open wehuazi opened 7 years ago

wehuazi commented 7 years ago

when i add a picture, dismiss keyboard can be make the picture disappear,use the baydet ways can't fix the issues.i need you help. thanks!

slccper commented 7 years ago

only one picture will miss when keyboard dismiss, do you fix it?

slccper commented 7 years ago

@wehuazi

wehuazi commented 7 years ago

@slccper i add a hidden div in the web souces.

myworldhere commented 7 years ago

@wehuazi how to fixed this issue? help me!

myworldhere commented 7 years ago

@nnhubbard help me to fix this issue

nnhubbard commented 7 years ago

@myworldhere Sorry, I just don't have any time to work on this project.

codestrummer29 commented 6 years ago

Just add a hidden div with some text inside before inserting image in JS file

wooden1985 commented 6 years ago

please show code @codestrummer29

jedt commented 6 years ago

I found the problem. This line is converting the html quotes into smart quotes https://github.com/nnhubbard/ZSSRichTextEditor/blob/2ef845aa750bae591516aecc38187db27ad8fab4/ZSSRichTextEditor/Source/ZSSRichTextEditor.m#L987

I'm not yet sure why this is happening @nnhubbard any suggestions please?