Opened 16 years ago
Closed 16 years ago
#5716 closed Bug (duplicate)
Chrome: insert emoticon in the middle of the word
| Reported by: | Tobiasz Cudnik | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.3 |
| Component: | General | Version: | |
| Keywords: | Chrome Confirmed | Cc: |
Description
Chrome: insert emoticon in the middle of the word fails, placing emoticon before the word.
Reproduce
- Use following content:
<p> f^oo</p>
- Insert emoticon using Smiles dialog.
Result
- Image is before the word:
<p> <img alt="smiley" src=".../regular_smile.gif" title="smiley" />foo</p>
Expected
- Image is in the place of the carret.
This is an regression against 3.2.
Change History (5)
comment:1 Changed 16 years ago by
| Keywords: | Confirmed added |
|---|
comment:2 Changed 16 years ago by
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
Oops, reproduced on 3.3.x branch also, it's a DUP of #5713 though.
comment:3 Changed 16 years ago by
| Resolution: | duplicate |
|---|---|
| Status: | closed → reopened |
Not a DUP. You mean to say that the same problem causes both "different" issues. Let's leave it opened and check it after fixing #5713.
comment:4 Changed 16 years ago by
Important note, that emoticons in Safari are placed always at the beginning, same as form elements in #5713.

Can be only reproduced on release codes.