- 当前 Bug 的表现(可附上截图)
不能移动到movable-view外部!!!
- 预期表现
移动到movable-view外部!!!
- 复现路径
- 提供一个最简复现 Demo
<movable-area style="height: 200px; width: 200px; background: darkgreen;">
<movable-view
style="height: {{height}}px; width: {{width}}px; background: red; top: {{top}}px; left: {{left}}px; transition: width .2s linear, height .2s linear, top .2s linear, left .2s linear;"
x="50"
y="50"
direction="all"
out-of-bounds="true"
disabled="{{disabled}}"
catch:longpress="long"
catch:touchend="end"
bindchange="onChange"
></movable-view>
</movable-area>
麻烦提供出现问题的机型和微信版本,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
代码片段: https://developers.weixin.qq.com/s/gjb7zqmT7d5T
复现:微信开发者工具:v1.02.1811150 (mac)
手机机型:华为荣耀8 , 微信7.0.0版本
是开发工具和真机都有问题?这边测试是正常的哦
这个参数是不理解有偏差? 我认为out-of-bounds可以移动小红点到页面的任何位置,但是,我这边只能移动到贴着绿矩形边缘。
不是任何位置哦,这个是正常的