ckeditor4
ckeditor4 copied to clipboard
Style is lost when add another autocomplete suggestion
Type of report
Bug
Provide detailed reproduction steps (if any)
- Open test:
/tests/plugins/autocomplete/manual/outputtemplate#child
. - Type
@
and add one of name. - Press space.
- Repeat 2.
Expected result
- Both of names are bolded.
Actual result
- Only second name is bolded.
Other details
- Browser: IE9
- OS: macOS VBox(win7)
- CKEditor version: 4.16.1
Provided steps creates html:
<strong>@Anna<strong>@Anna</strong></strong>
And those are looking good in modern browsers, but failing in old IE.
~Also, provided steps are not strict scenario steps - so technically the test is not failing. However - it looks like an separate issue.~