Closed InfinityBlue closed 10 years ago
# 初始化代码 = f.kindeditor :content, editor_id: 'review_editor', autoHeightMode: true
如上代码并不能实现自动调整高度。
查看review_editor.edit.iframe.doc.body后发现该body并非iframe中的body,而是当前页面的body。 因此导致autoheight.js中的计算值不正确,无法调整高度。
使用浏览器为FF32,不知道是否是特例。
参数传递如果没有问题,那可能是kindeditor的问题,建议你到kindeditor官方去问问看。
https://github.com/kindsoft/kindeditor
好的,谢谢。
如上代码并不能实现自动调整高度。
查看review_editor.edit.iframe.doc.body后发现该body并非iframe中的body,而是当前页面的body。 因此导致autoheight.js中的计算值不正确,无法调整高度。
使用浏览器为FF32,不知道是否是特例。