Opened 10 years ago
Last modified 8 years ago
#12623 confirmed Bug
Issues with Video tag — at Version 4
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.
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 (4)
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) |
---|