﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9212	Placeholder plugin broken	jeffreydev	Piotrek Koszuliński	"When editing (by double clicking) a placeholder, the plugin triggers an error.

'''To recreate:'''

1. Open samples/placeholder.html
2. Add new paragraph.
3. Click on [P] icon in toolbar.
4. Enter placeholder text (I used test) and click on OK.
5. Double click the newly inserted placeholder.

'''Expected result:'''
Opens the dialog so you can change the placeholder name.

'''Current result:'''
Javascript error is being thrown, no dialog is opened.

'''The error:'''

{{{
TypeError: current.is is not a function	

if ( current.is( 'body' ) || !current.isReadOnly() )

core/selection.js line 960.
}}}
"	Bug	closed	Normal	CKEditor 4.0	General	4.0	fixed	placeholder selection	
