﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10582	Webkit: Incorrect selection endOffset for styled content	Teresa Monahan		"To reproduce:
- Open any CKEditor sample in Chrome or Safari.
- Clear all editor contents and then insert the following in source view:
{{{
<p><strong>www.sampleurl.com</strong></p>
}}}
- Switch back to wysiwyg mode and run the following in the browser console:

{{{
CKEDITOR.instances.editor1.getSelection().getRanges()[0]
}}}

'''Problem:''' The endOffset of the selection is 18, but there are only 17 characters in the editor.[[BR]]


This only occurs when the text has some styling applied (bold, font, size etc). In FF and IE, the endOffset is 17 as expected."	Bug	closed	Normal		General	4.1.3	wontfix	IBM	Satya Minnekanti Irina
