id summary reporter owner description type status priority milestone component version resolution keywords cc 16723 [Umbrella] Plugin items that use contenteditable=false have cursor issues Vern Jensen "It's easiest to see using the link below, as the placeholder plugin goes through Widget, which uses contenteditable=false to make the yellow [[placeholder]] items behave as a single unit: http://sdk.ckeditor.com/samples/placeholder.html However, the bugs I'm about to report apply to ANY item in ckeditor that uses contenteditable=false to behave as a single unit. There are several issues that end up confusing users. Steps to replicate included: 1) In the link above, delete the period after ""[[Hotline number]]."" so that [[Hotline number]] is the last element on that line. With the insertion point at the end of the line (to the right of [[Hotline number]]), click and drag from the end of the line to the left. Current behavior: NO selection is made. Expected behavior: it should select the element as you drag to the left. Put a period back at the end of the line to observe expected behavior. 2) Use the toolbar button ""Insert/Remove Bulleted List"" Make at least 3 bullet items. Copy and paste [[placeholder]] items so they are the last element on each row of the bulleted list. Ensure that no other characters come after the [[placeholder]] item (such as periods or spaces). Now click to the right of the end of each line for each bullet point. In some cases, the insertion point appears at the far right side of the editor area, instead of immediately to the right of the [[placeholder]] item. I haven't yet figured out how to reliable reproduce this, however. Sometimes the cursor appears in the correct location. 3) Copy and paste any bullet point line, including both some plain text, and your [[template]] item, to create a new, identical bullet point. Use this using the keyboard commands Command-C and Command-V. Hit return and repeat. You'll find you can't, because during the paste process, somehow the document is no longer in focus -- the insertion point seems to be ""gone"" after paste. " Bug confirmed Normal Core : Selection 4.6.0 contenteditable placeholder