This repository has been archived by the owner on Jan 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
ueditor上传视频,经过dity处理后,视频的url属性消失了 #3214
Open
xihuifeng
wants to merge
22
commits into
bootstrap.ueditor
Choose a base branch
from
baike-sunrong
base: bootstrap.ueditor
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
别说tidy,就是改一下居中或居左、右都会丢失src的值,同求解 |
插入优酷 等视频URL 也有问题! |
插入的swf视频 外链哪里设置loop的属性为true,默认都是false。 |
这个问题是还没有解决吗? |
ueditor上传视频在QQ浏览器是行的,在谷歌又不行,怎么破 |
@wanmeifengfeng 插入优酷等视频URL有问题 你解决了吗? |
富文本框内只上传视频的话,editor.getContent()获取不到,必须要输入一些文字才能获取到,是editor.getContent这个方法没法识别单个视频文件吗 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
我需要一些帮助!
在我使用ueditor的上传视频功能的时候,利用getPlainTxt()获取到通过url上传视频和本地上传视频的url,它们的格式是这样的:<img _url=“www.baidu.com” class="edui-faked-video"......>但是在这些数据经过tidy处理后,视频的url属性就消失了,请问这个有办法解决吗?