﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10823	Link plugin fails when applied to a non-editable content	Piotrek Koszuliński	Piotrek Koszuliński	"In link/dialogs/link.js:

{{{

				var range = selection.getRanges( 1 )[ 0 ];

				// Use link URL as text with a collapsed cursor.
				if ( range.collapsed ) {
}}}

These lines cause problem, because `ranges` is an empty array if only widget (non-editable content) is selected."	Bug	closed	Must have (possibly next milestone)	CKEditor 4.3	General		fixed		
