-
Notifications
You must be signed in to change notification settings - Fork 992
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
浏览器兼容性问题汇总 #503
Comments
Firefox |
Opera |
Safari |
Edge |
节点带有图片时,导出的图片中,最后添加图片的节点中的图片没有渲染 |
节点中存在超链接、备注时,导出的图片宽度会大于实际宽度。原因是g节点中嵌套了svg节点,g节点的宽度异常。 |
节点数量非常多时,导出的图片下半部分的节点内容为空。 或者一半的图片为空。 |
拖拽画布时会选中节点文字 |
Firefox浏览器不支持navigator.clipboard.readText,导致选中节点时无法进行粘贴 Firefox125+版本已支持该特性,建议升级到最新版。 |
大纲点击时,光标始终在最左侧,无法定位到点击的位置 |
吐槽:Firefox浏览器真的堪比IE,兼容性问题实在是太多了。 |
移动端 |
部分浏览器不支持导出功能,现象为导出无反应,或者文件名识别不了。 |
路过备注下,我这边是“ via 浏览器”导出文件名为随机字母数字,且没有文件类型后缀。 |
1.chrome与firefox中的smm对超多节点的处理区别(ff中的smm明显差于chrome): |
chrome 66 版本的 electron 内核,当触发画布缩放功能,比如通过鼠标滚轮或快捷键方式,画布可以缩放,但是节点中的公式字号无法进行缩放,且随着节点尺寸的变化,公式渲染会错位 |
|
不知道是不是类似原因:https://blog.csdn.net/sinat_23958625/article/details/131182323 |
主题配置的属性showLineMarker,我在使用电脑浏览器模拟机时可以显示,但是在移动端真机不显示, |
Chrome
The text was updated successfully, but these errors were encountered: