Opened 10 years ago
Last modified 8 years ago
#12623 confirmed Bug
Issues with Video tag
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 |
Keywords: | Cc: |
Description (last modified by )
Tested in Blink.
Issue 1:
- Insert below code into editor
<div>video s^tarts<video src="some.mp3"></video>ends here</div>
- Put cursor where mark
^
is - Start pressing delete
Result: Once you have reached 'S' before video tag. The letter s and video gets removed. This issue is specific to CKEditor.
Issue2:
- Insert below code into editor
<div>video s^tarts<video src="some.mp3"></video></div>
- Try putting cursor behind video.
Result: If video element is last element in editor there is no possibility to move cursor behind it. Reproducible also in native contenteditable.
Issue 3:
It is not possible to select video tag in editor in Blink, Webkit and FF. If you click on video, cursor stays somewhere in the text. This is probably why element's path also doesn't show that video is selected.
If you try to select video with mouse (selecting element from left to right), you will get JS error: Permission denied to access property "files"
Issue 4:
If you insert video tag like the one in comment:5 and start clicking next to it, you will get JE error:
Permission denied to access property "nodeType"
We have two solutions here: try providing support for native tag or avoid problems and choose known stable solution like the one we have already chosen for Flash or Ifame plugins which is Place Holders.
Change History (8)
comment:1 Changed 10 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 10 years ago by
Keywords: | Oracle removed |
---|
comment:3 Changed 10 years ago by
Description: | modified (diff) |
---|
comment:4 Changed 10 years ago by
Description: | modified (diff) |
---|
comment:5 Changed 10 years ago by
comment:6 Changed 8 years ago by
Description: | modified (diff) |
---|
comment:8 Changed 8 years ago by
Description: | modified (diff) |
---|
Sample Video tag