-
Neditor-2.1.16
涂鸦上传遇到错误如下:
```
jquery.min.js:4 Uncaught TypeError: Illegal invocation
at e (jquery.min.js:4)
at Gb (jquery.min.js:4)
at Function.n.param (jquery.min.js:4)
at Fun…
-
-
Neditor-2.1.16
涂鸦上传成功后,直接返回图片地址,在插入时以下代码`scrawl.js,653行`导致报错:
```
if(srcFieldKeys.length > 1) {
function setSrc(obj, keys, index) {
obj = obj[k…
-
After installing a new version of IDE (2.9.0) on FF 36.0.4 on a windows seven machine, I'm am getting an endless stream of error popups, if I open the actions or the options drop-down. I am also seein…
-
选择图片选择浮动
```html
test
```
点击 html 按钮之后变成
```html
test
```
建议在配置里加上 style
```js
whitList: [
...
img: ['src', 'alt', 'title', 'width', 'height', 'id', '_src', '_url', 'loadingclass',…
-
**URL**: https://www.minecraftskins.com/skin-editor/
**Browser / Version**: Firefox 68.0
**Operating System**: Windows 7
**Tested Another Browser**: Unknown
**Problem type**: Design is broken
**…
-
插入视频时回显是正常的,中间带有视频图标,如图:
![image](https://user-images.githubusercontent.com/1713001/49208029-9b1f7c80-f3f1-11e8-91b5-aa163c36fe59.png)
编辑页面把值重新用setContent设置到编辑器里,结果中间视频图标不显示,调试看生成的代码是这样的:
```
""…
-
看到neditor编辑器还不错,但是貌似没有提供vue的组件包,或者啥时候给个vue的demo也行的,自己尝试了下封装vue组件结果一直报错
caiya updated
5 years ago
-
在弹窗中,附加富文本控件,控件中的下拉框点击都不正常,在对话框下方展示,希望解决。
-
目前编辑器插入视频生成的标签是 embed;
这种在小程序中无法解析, 建议生成 video标签