Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

鼠标悬浮的时候是否能添加上提示的信息 #367

Closed
18259669383 opened this issue Dec 19, 2023 · 11 comments
Closed

鼠标悬浮的时候是否能添加上提示的信息 #367

18259669383 opened this issue Dec 19, 2023 · 11 comments
Labels
enhancement New feature or request

Comments

@18259669383
Copy link

What problem does this feature solve?

  1. 鼠标经过页眉,和页脚区域的时候显示提示操作信息
    Snipaste_2023-12-19_16-57-01

  2. 正文如果不存在内容或着内容没在可视区域内的情况下,点击红色框的位置,会自动滚动到输入的位置,这个我看代码是刻意为之,会不会影响用户体验
    Snipaste_2023-12-19_17-02-17

What does the proposed API look like?

@18259669383
Copy link
Author

  1. 该模板是由docx中复制粘贴到canvas-editor 中,在由它进行导出的数据,然后使用executeSetValue进行一个动态切换,但是我在切换模板的时候会出现这个情况,这个issue是否是要放在表格合并中
    Snipaste_2023-12-19_17-16-57

@18259669383
Copy link
Author

还有一个问题,我看文档中写到有一个控件拖拽的功能,指的是哪一个控件可以进行一个拖拽

@Hufe921
Copy link
Owner

Hufe921 commented Dec 19, 2023

3. executeSetValue

executeSetValue的数据提供一下

@Hufe921
Copy link
Owner

Hufe921 commented Dec 19, 2023

还有一个问题,我看文档中写到有一个控件拖拽的功能,指的是哪一个控件可以进行一个拖拽

选中一段文字,点击拖蓝区域,拖拽

@Hufe921 Hufe921 added the enhancement New feature or request label Dec 19, 2023
@18259669383
Copy link
Author

  1. executeSetValue

executeSetValue的数据提供一下

数据我明天去公司的时候回复,我现在拿不到

@18259669383
Copy link
Author

18259669383 commented Dec 19, 2023

还有一个问题,我看文档中写到有一个控件拖拽的功能,指的是哪一个控件可以进行一个拖拽

选中一段文字,点击拖蓝区域,拖拽

好的,感谢解惑,但是我刚才测试了一下,=批注的第一个字如果移动会出现批注消失,和批注信息取消,并且如果其他的批注内容拖拽的话分散开的话,点击除第一个文字的分散批注,批注信息是不会点亮的,我测试的是作者你提供的demo。
这里我觉得这个需求有点奇怪,其实文字应该是不需要有拖拽的,应该是控件和图片可以添加拖拽的功能,因为我看wps的web版本也是这样的,不知道是不是如此

@18259669383
Copy link
Author

  1. executeSetValue

executeSetValue的数据提供一下

[
data.json
](url)

@BOKE2014
Copy link

还有一个问题,我看文档中写到有一个控件拖拽的功能,指的是哪一个控件可以进行一个拖拽

选中一段文字,点击拖蓝区域,拖拽

请问在线DEMO是不是没有这个拖拽功能?

@18259669383
Copy link
Author

还有一个问题,我看文档中写到有一个控件拖拽的功能,指的是哪一个控件可以进行一个拖拽

选中一段文字,点击拖蓝区域,拖拽

请问在线DEMO是不是没有这个拖拽功能?

作者的demo是有这个功能的,你选中(文本或者控件)之后,直接拖选中的区域,就能看到

@BOKE2014
Copy link

还有一个问题,我看文档中写到有一个控件拖拽的功能,指的是哪一个控件可以进行一个拖拽

选中一段文字,点击拖蓝区域,拖拽

请问在线DEMO是不是没有这个拖拽功能?

作者的demo是有这个功能的,你选中(文本或者控件)之后,直接拖选中的区域,就能看到

好的,多谢!一会儿试试。

Hufe921 added a commit that referenced this issue Dec 22, 2023
@Hufe921
Copy link
Owner

Hufe921 commented Dec 22, 2023

const options: IEditorOption = {
  zone: {
    tipDisabled: false // 开启提示(消耗性能)
  }
}

@Hufe921 Hufe921 closed this as completed Dec 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants