Opened 10 years ago
Last modified 8 years ago
#12623 confirmed Bug
Issues with Video tag — at Initial Version
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 |
Keywords: | Cc: |
Description
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.