NervJS / taro

开放式跨端跨框架解决方案,支持使用 React/Vue/Nerv 等框架来开发微信/京东/百度/支付宝/字节跳动/ QQ 小程序/H5/React Native 等应用。 https://taro.zone/
https://docs.taro.zone/
Other
34.86k stars 4.73k forks source link

textarea光标乱跳 #13515

Open cat-kun opened 1 year ago

cat-kun commented 1 year ago

相关平台

微信小程序

复现仓库

https://github.com/cat-kun/textarea-bug.git 小程序基础库: 2.30.2 使用框架: React

复现步骤

在textarea输入文字,当光标在中间输入,并且打了空格键,光标会自动跳到末尾。无论输入中文还是英文,bug必现。

期望结果

光标不会乱跳

实际结果

光标乱跳

环境信息

👽 Taro v3.6.2

  Taro CLI 3.6.2 environment info:
    System:
      OS: macOS 11.7.4
      Shell: 5.8 - /bin/zsh
    Binaries:
      Node: 16.18.0 - ~/.volta/tools/image/node/16.18.0/bin/node
      Yarn: 3.5.0 - ~/.volta/tools/image/yarn/3.5.0/bin/yarn
      npm: 8.19.2 - ~/.volta/tools/image/node/16.18.0/bin/npm
    npmPackages:
      @tarojs/cli: 3.6.2 => 3.6.2 
      @tarojs/components: 3.6.2 => 3.6.2 
      @tarojs/helper: 3.6.2 => 3.6.2 
      @tarojs/plugin-framework-react: 3.6.2 => 3.6.2 
      @tarojs/plugin-platform-alipay: 3.6.2 => 3.6.2 
      @tarojs/plugin-platform-h5: 3.6.2 => 3.6.2 
      @tarojs/plugin-platform-jd: 3.6.2 => 3.6.2 
      @tarojs/plugin-platform-qq: 3.6.2 => 3.6.2 
      @tarojs/plugin-platform-swan: 3.6.2 => 3.6.2 
      @tarojs/plugin-platform-tt: 3.6.2 => 3.6.2 
      @tarojs/plugin-platform-weapp: 3.6.2 => 3.6.2 
      @tarojs/react: 3.6.2 => 3.6.2 
      @tarojs/runtime: 3.6.2 => 3.6.2 
      @tarojs/shared: 3.6.2 => 3.6.2 
      @tarojs/taro: 3.6.2 => 3.6.2 
      @tarojs/webpack5-runner: 3.6.2 => 3.6.2 
      babel-preset-taro: 3.6.2 => 3.6.2 
      eslint-config-taro: 3.6.2 => 3.6.2 
      react: ^18.0.0 => 18.2.0 

补充信息

复现视频链接:https://v.qq.com/x/page/i3507yc9kfl.html

TheKonka commented 1 year ago

真机有复现吗

cat-kun commented 1 year ago

真机有复现吗

Mac OS真机,windows真机 一样复现

TheKonka commented 1 year ago

image

这种问题看到真让人头皮发麻。 我说的真机其实意思是小程序二维码预览,在手机上看效果。 你也可以手动改下这个wxml文件,看看这样会不会有问题?

cat-kun commented 1 year ago

image

这种问题看到真让人头皮发麻。 我说的真机其实意思是小程序二维码预览,在手机上看效果。 你也可以手动改下这个wxml文件,看看这样会不会有问题?

电脑端真机的小程序(非开发者工具/模拟器),手机上不会有问题

cat-kun commented 1 year ago

image

这种问题看到真让人头皮发麻。 我说的真机其实意思是小程序二维码预览,在手机上看效果。 你也可以手动改下这个wxml文件,看看这样会不会有问题?

image

cctv1005s commented 1 year ago

Any updates?

diamont1001 commented 9 months ago

这么多个版本过去了,还是没解决

focus7eleven commented 1 week ago

Any Updates?