﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11923	[Blink] Caret is rendered at wrong location when editable region ends with a non-editable region	Nathan Frost		"**Simplified TC:**

1. Open http://ckeditor.com/demo#widgets
2. Put the cursor in 3rd line, after the first mathematical formula (The Cauchy-Schwarz Inequality)
3. The cursor is at the very end, it should be placed straight after the formula (a widget).

[[Image(chrome_cursor_position_after_widget.png)]]

This happens because a non-editable element is at the end.

**Original TC:**

Configuration:
Plugins: image2
enterMode: ENTER_P

Steps to Reproduce in Chrome Or Safari:
1. Open up plugins/image2/dev/image2.html
2. Select an image and remove caption alignment styles
3. Make sure the image is the only item on the line
4. Click to the right of the image

You will see the cursor appears on the right side of the screen, at the end of the P tag.

Expected Result:
Cursor should be next to the image.

I reproduced this from the source code repository.  I originally found it in my implementation.  When I add images by upload, this does not occur. I have to save the document and then load it up again to reproduce it.  This does not seem to be a problem while in BR mode but I haven't totally verified that."	Bug	confirmed	Normal		UI : Widgets	4.3 Beta		VendorFix Blink	pieter.eggermont@…
