youzan / vant

A lightweight, customizable Vue UI library for mobile web apps.
https://vant.pro/vant/
MIT License
23.28k stars 9.49k forks source link

[Bug Report] Field type="textarea" autosize 在非 body 滚动区域时,输入内容产生的滚动条,页面会往上跳 #13166

Open azhe93 opened 1 week ago

azhe93 commented 1 week ago

Reproduction Link

https://codesandbox.io/p/live/5a77dba7-1034-458c-9cf3-fa00a2234aa7

Vant Version

2.x

Describe the Bug

Field type="textarea" autosize 在非 body 滚动区域时,输入内容直至产生的滚动条,点击 header 部分页面会往上跳。

Reproduce Steps

见 demo

Device / Browser

No response

inottn commented 1 week ago

This issue also exists in 4.x.

azhe93 commented 2 days ago

在 textarea 下方新增一个不可见的 textarea 用于计算高度,两个 textarea 的值同步,项目上暂时用自实现的组件解决了