Opened 9 years ago
Closed 9 years ago
#13431 closed Bug (fixed)
Caret inside <a> element after pasting autoembedable link.
Reported by: | Szymon Cofalik | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.5.0 |
Keywords: | Cc: |
Description (last modified by )
Only in Firefox.
Steps to reproduce:
- Paste
https://www.youtube.com/watch?v=GUl9_5kK9ts
. - Before the link is converted, type some text without clicking enter key.
Expected result: The text is typed after <a>
element.
Result: The text is typed inside <a>
element.
Change History (2)
comment:1 Changed 9 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 9 years ago by
Keywords: | ff autoembed removed |
---|---|
Resolution: | → fixed |
Status: | new → closed |
I could not reproduce it anymore in CKEditor 4.5.3.
In previous versions text was written directly into embed content but once getData is used, this text is moved to separate paragraph.