You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
问题描述:
如图所示. 在 Edge (42.17134.1.0) 浏览器下, 加载编辑器内部页面失败. 有时会提示
有时候则无任何提示. 但编辑器同样无法输入内容, 无法进行任何后续操作.
但是有时候首次打开这个网页后却又一切正常.
问题根源在此:
neditor/_src/core/Editor.js
Line 501 in 074b4da
具体是因为 Edge 不支持 javascript: 这个 URI Scheme 还是因为 javascript:void(); 和运用网站域名不同触发同源策略限制导致此问题这点依然存疑.
建议修改:
(此方案非通用方案, 仅供参考)
/File/UEditorContentPage 为服务器端渲染的页面. 代替原有的 javascript:void(function(){.....}); 和 "html" 变量的工作, 完成了内嵌页面的初始化和渲染. 这只是临时方案. 不能永久如此.
注: UEditor 同存在此问题.
btw: edge sucks.
The text was updated successfully, but these errors were encountered: