l***@u91.top
l***@u91.top
  • 发布:2023-07-13 15:14
  • 更新:2023-07-13 15:14
  • 阅读:121

【报Bug】editor setContents 属性参数显示不正确 link属性 通过getContents时返回true,而不是链接内容

分类:uni-app

产品分类: uniapp/小程序/微信

PC开发环境操作系统: Windows

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

HBuilderX类型: 正式

HBuilderX版本号: 3.8.7

第三方开发者工具版本号: 最新版

基础库版本号: 2.32.1

项目创建方式: HBuilderX

示例代码:

···
const arr = {
attributes: {
"link": "http://www.baidu.com/",
"textDecoration": "none",
"color": "#4569d7",
bold: false
},
insert: '测试'

this.edit.setContents({
delta: {
ops:arr
},
complete:()=>{
this.format('fontFamily', 'inherit').input();
}
})
···

操作步骤:

1

预期结果:

1

实际结果:

1

bug描述:

editor
setContents 内容时 属性参数显示不正确 link属性 通过getContents时返回true,而不是链接内容

setContents 内容成功后,
通过 getContents 获取内容, 结果attributes 中 属性link:true 。。而不是 链接地址

2023-07-13 15:14 负责人:无 分享
已邀请:

要回复问题请先登录注册