


- 发布:2022-04-23 17:22
- 更新:2022-06-08 11:56
- 阅读:610
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: win10
手机系统: 全部
页面类型: nvue
vue版本: vue3
打包方式: 离线
项目创建方式: CLI
CLI版本号: 3.0.0-alpha-3040620220415002
测试过的手机:
示例代码:
<movable-area style="width:150rpx;height:200rpx;background-color:black">
<movable-view out-of-bounds direction="all" inertia style="width:50rpx;height:50rpx;background-color:red">
</movable-view>
</movable-area>
<movable-area style="width:150rpx;height:200rpx;background-color:black">
<movable-view out-of-bounds direction="all" inertia style="width:50rpx;height:50rpx;background-color:red">
</movable-view>
</movable-area>
操作步骤:
1、新建一个nvue页面。
2、复制上述代码至页面中。
3、第一次拖动,正常。再次拖动,无法拖动
1、新建一个nvue页面。
2、复制上述代码至页面中。
3、第一次拖动,正常。再次拖动,无法拖动
预期结果:
可以随时拖动。
可以随时拖动。
实际结果:
首次能拖动,再次拖动失效。
首次能拖动,再次拖动失效。
bug描述:
首页移动可以移动,停止后,再次移动,失效,无法拖动。
已经捕捉到了日志:
[JS Framework] Failed to invoke the event handler of "panstart" on div (108):
ReferenceError: clearTimeout is not defined
2 个回复
DCloud_UNI_LXH
bug已确认,已加分,后续修复
DCloud_UNI_Anne
HBuilderX 3.4.14 已修复