Macrow / rails_kindeditor

Kindeditor for Ruby on Rails
260 stars 108 forks source link

autoHeightMode没有效果 #68

Closed InfinityBlue closed 10 years ago

InfinityBlue commented 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,不知道是否是特例。

Macrow commented 10 years ago

参数传递如果没有问题,那可能是kindeditor的问题,建议你到kindeditor官方去问问看。

https://github.com/kindsoft/kindeditor

InfinityBlue commented 10 years ago

好的,谢谢。