-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
当鼠标划出软件时隐藏悬浮面板 #7470
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
Comments
另外建议仅当鼠标从思源内部移动到边栏时触发悬浮面板,避免①从思源外部移动到思源笔记上触发,避免②按下鼠标选择内容误移动到边栏上,松开鼠标后触发 |
如果按照现在隐藏侧栏时的触发区域话,用户可能很难把鼠标刚好移到展开而又不移出窗口#7415 或许隐藏侧栏后可以在编辑器两侧有个隐藏浮块(鼠标移过去显示移走隐藏)可以触发展开 |
改成鼠标移动到按钮上展开相应按钮的悬浮面板也挺好,就没有移入、移出、选择等各种误触发问题了。 |
从外部移入和内部自身的移动有冲突,没有很好的算法,就先不解决了。 |
建议参考微软的edge,检测到鼠标在侧栏停留时,再弹出悬浮面板,这样就不用考虑移入移出的问题了 |
这个会和侧栏的点击按钮冲突 |
当鼠标停留在侧栏非按钮区域时,弹出悬浮面板。 为什么讲会发生冲突呢? |
点击之前可能会悬停一下进行瞄准 |
悬停那一下,就让悬浮面板弹出呗,点击后,是该关闭悬浮面板还是打开对应按钮的面板,这是下一步的动作,两者互不影响啊 |
弹出的途中如果用户点击了,就不满足用户的预期了。这个需求我们先不支持。 |
该问题是否已经被报告过了? Is there an existing issue for this?
I have searched the existing issues
该问题是否能够在默认主题(daylight/midnight)下重现? Can the issue be reproduced with the default theme (daylight/midnight)?
I was able to reproduce the issue with the default theme
该问题是否可能是由于扩展功能导致? Could the issue be due to extensions?
I've ruled out the possibility that the extension is causing the problem.
描述问题 Describe the problem
鼠标从悬浮面板划入软件内时正常隐藏

但当鼠标从悬浮面板滑出软件时,悬浮页签不隐藏。
当我不全屏使用笔记时,不隐藏的页签会非常遮挡视野!
期待的结果 Expected result
希望当鼠标从悬浮面板滑入软件内或软件外时都同样能进行隐藏
截屏或者录屏演示 Screenshot or screen recording presentation
No response
版本环境 Version environment
日志文件 Log file
暂不上传
更多信息 More information
No response
The text was updated successfully, but these errors were encountered: