sendtion / XRichText

一个Android富文本类库,支持图文混排,支持编辑和预览,支持插入和删除图片。
1.76k stars 263 forks source link

RichTextEditor在ConstraintLayout中会有显示问题 #68

Open BK2011111 opened 4 years ago

BK2011111 commented 4 years ago

RichTextEditor在ConstraintLayout中会有显示问题。 EditText换行也只显示一行,光标会移动到EditText的显示范围之外,换回RelativeLayout就正常了。

由于工作进度较赶,暂未仔细排查是RichTextEditor内部的LinearLayout没撑开还是EditText的高度不改变

sendtion commented 4 years ago

没有处理换行操作,都是EditText默认的,RichTextEditor是被ScrollView包含的,可能会与ConstraintLayout产生冲突

BK2011111 commented 4 years ago

你好,另外我还改进了一下insertImage函数 image 这样可以有效减少插入图片时增加多余的EditText