Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#12088 closed Bug (invalid)

CKEDITOR cursor positioning issue in chrome

Reported by: ramesh kumar m Owned by:
Priority: Normal Milestone:
Component: General Version: 4.4.0
Keywords: Cc: srinivasa.prabhu@…, rameshathish@…

Description

Example URL: http://jsfiddle.net/cHNBN/22/

I have a web page which requires content editing and have used CKEditor inline editing option. For demonstration purpose, I have inserted two inline text area for the users to fill two fields (Name and Phone number). The use case is that, the user requires to prepend the phone number (e.g., the number to be changed from “9696969696” to “+1 9696969696”).

We have tested the functionality in all browsers and working perfectly fine in Firefox, Internet Explorer and Safari. But, in Chrome the user is unable to place the cursor at the beginning of the phone number field and enter the data. Also, when the users navigate using the left cursor key it directly takes them to the previous element “Name”.

Change History (5)

comment:1 Changed 10 years ago by ramesh kumar m

Cc: rameshathish@… added
Summary: CKEDITOR Issue with chromeCKEDITOR cursor positioning issue in chrome

comment:2 Changed 10 years ago by Piotrek Koszuliński

Keywords: inline chrome inline-block cursor position removed
Resolution: invalid
Status: newclosed

Inline (meaning display:inline or display:inline-block) editors are not supported yet. I reported a feature request: #12089.

comment:3 Changed 10 years ago by ramesh kumar m

Last edited 10 years ago by ramesh kumar m (previous) (diff)

comment:4 in reply to:  2 ; Changed 10 years ago by ramesh kumar m

Replying to Reinmar:

Inline (meaning display:inline or display:inline-block) editors are not supported yet. I reported a feature request: #12089.

inline ckeditor also styles used as inline-block

Version 0, edited 10 years ago by ramesh kumar m (next)

comment:5 in reply to:  4 Changed 10 years ago by Piotrek Koszuliński

Replying to rameshathish:

Replying to Reinmar:

Inline (meaning display:inline or display:inline-block) editors are not supported yet. I reported a feature request: #12089.

inline ckeditor.also styles used as inline-block

I don't understand what you mean.

BTW. I see that Blink has some serious problems with contenteditable + inline-block + ::after/before. So if a bug is reproducible without CKEditor it also has to be reported to Blink bug tracker (https://code.google.com/p/chromium/).

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