﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9138	[IE8 Quirks] Placeholder plugin	Robert		"Found in IE8 Quirks - works fine in standard mode

1. Open placeholder.html sample
2. Select some text inside placeholder, e.g. `'sample'` - it is possible to select only couple of letters.
3. Click on `Create placeholder` toolbar button
4. Type something (e.g. `'111'`) and click `'Ok'`

 Result: new placeholder is created at the beginning of the line:
{{{
<p>
	[[111]]This is a [[sample placeholder]]. You are using <a href=""http://ckeditor.com/"">CKEditor</a>.</p>
}}}
5. Repeat steps 3-4 but use `'222'` for the placeholder

 Result: First bracket from first placeholder is cut off, '222' is not present anywhere.
{{{
<p>
	[111]]This is a [[sample placeholder]]. You are using <a href=""http://ckeditor.com/"">CKEditor</a>.</p>
}}} 

Reproducible at least from 3.6"	Bug	closed	Normal		General	3.5.3	wontfix	IE8	
