Opened 14 years ago

Closed 14 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

  1. Use following content:
    <p>
    	f^oo</p>
    
  2. Insert emoticon using Smiles dialog.

Result

  1. Image is before the word:
    <p>
    	<img alt="smiley" src=".../regular_smile.gif" title="smiley" />foo</p>
    

Expected

  1. Image is in the place of the carret.

This is an regression against 3.2.

Change History (5)

comment:1 Changed 14 years ago by Garry Yao

Keywords: Confirmed added

Can be only reproduced on release codes.

comment:2 Changed 14 years ago by Garry Yao

Resolution: duplicate
Status: newclosed

Oops, reproduced on 3.3.x branch also, it's a DUP of #5713 though.

comment:3 Changed 14 years ago by Frederico Caldeira Knabben

Resolution: duplicate
Status: closedreopened

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 14 years ago by Tobiasz Cudnik

Important note, that emoticons in Safari are placed always at the beginning, same as form elements in #5713.

comment:5 Changed 14 years ago by Garry Yao

Resolution: duplicate
Status: reopenedclosed

Fixed by #5713.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy