openkraken / kraken

A web standards-compliant, high-performance rendering engine based on Flutter.
https://openkraken.com
Apache License 2.0
4.93k stars 304 forks source link

[MacOS、Windows]input、textarea组件文字溢出时滚动交互问题 #1435

Closed xuzhongpeng closed 2 years ago

xuzhongpeng commented 2 years ago

在PC端上,input、textarea组件文字溢出时与web端交互不一致,当鼠标按下拖动,应是文字选中,当鼠标滚轮滚动应该是文字滚动。

https://user-images.githubusercontent.com/24218764/175817467-ccfa6cfd-8bca-48f2-800a-c7d60807f7f2.mov

xuzhongpeng commented 2 years ago

滚动功能合入,选中功能在 #1325 上跟进