Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个包含内容可编辑 iframe 的 div。CSS 的高度设置为自动,我已经将其设置为 keyup,div 调整为 iframe 的滚动高度。
我能够根据内容的高度正确扩展 div,但是从 iframe 中删除内容时我无法收缩高度。
我已经测试过抓取body scrollHeight、Height height、offsetHeight;但它们只返回最后一个最大值。
有任何想法吗?
我能够通过使用恒定间隔来调整大小来解决这个问题。我对这个选项不太满意,我宁愿将其保留为 onkeyup 函数,但似乎 dom 区域不会立即调整大小,它需要 XX 秒才能通过 contenteditable 部分实现。