6***@qq.com
6***@qq.com
  • 发布:2022-12-09 09:50
  • 更新:2022-12-09 09:50
  • 阅读:144

【报Bug】真机@contextmenu事件返回offsetTop不正确

分类:uni-app

产品分类: uniapp/App

PC开发环境操作系统: Windows

PC开发环境操作系统版本号: win11

HBuilderX类型: 正式

HBuilderX版本号: 3.6.5

手机系统: Android

手机系统版本号: Android 12

手机厂商: 小米

手机机型: k40

页面类型: vue

vue版本: vue3

打包方式: 云端

项目创建方式: HBuilderX

示例代码:
<mp-html :content="chapterData.chapterContent" :preview-img=true :selectable="true" @linktap="openLink"  
                ref="mp" @contextmenu.prevent="openContextMenu" />  

openContextMenu(e) {    
      console.log(e)   
   }

操作步骤:

真机网页端都会出现。

预期结果:

正确返回数据。

实际结果:

未正确返回数据.

bug描述:

如果内容只占一页,那么返回正确,如果内容需要滑动,滑动之前事件返回offsetTop永远是51,页面滚动后事件返回正确。

2022-12-09 09:50 负责人:无 分享
已邀请:

要回复问题请先登录注册