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
Dev 1.4.4 百度编辑器上传视频音频的bug #3240
Open
slyzly
wants to merge
142
commits into
dev-1.4.3.3
Choose a base branch
from
dev-1.4.4
base: dev-1.4.3.3
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
bug修复: 连续上传图片A和B,A处于上传状态(loading)时,再上传B,如果B先于A上传成功,编辑框内会出现两张B图片.
修复多图上传时,图片显示顺序被打乱的问题.
也是佩服了,这么大的一个bug |
修改了之后可以正常显示视频。但是点击html源码在返回或者二次加载的时候视频无法删除。无法获取焦点。点击后元素路径body-p-video-source。有大牛能解决吗 |
|
请问大佬,视频上传成功,并且也能显示预览,但是无法操作删除(除非用html删除代码),这个怎么解决? |
不建议放开video标签,安全问题太多,可以自己实现一个插件实现 |
请问前辈解决了吗?我今天也遇到这个问题。 |
看了博客中的解决方法,仍然无法解决二次编辑的时候1.视频空白,2.删除视频的功能。请问你解决了这个问题了吗 |
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.
博客里面解决办法
https://www.cnblogs.com/beyonds/p/8988207.html