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

text control element 在 macOS 上不响应点击后拖动选择文本的手势 #1325

Closed temper357 closed 2 years ago

temper357 commented 2 years ago

Web 的 input/textarea element 与 Flutter 的 EditableText Widget 在 macOS 上(移动端不支持)具备点击后拖动选择文本的手势,Kraken 目前的 input/textarea element 不支持,见下面截图对比。

text-control

xuzhongpeng commented 2 years ago

拖动选中交互与滚动会冲突,先实现pc端上的滚轮滚动事件 #1438

xuzhongpeng commented 2 years ago

在 #1450 上跟踪