1. Update find_highlight config option to
{{{
config.find_highlight = { element : 'span', styles : { 'background-color'
: '#004', 'color' : '#fff', 'border' : '1px solid #004' } };
}}}
2. Open any CKEditor sample and type some text, e.g. test.
3. Open Find & Replace dialog.
4. Click 'Find' button to search for a word, e.g. test.
5. Click 'Cancel' button.
6. Switch to 'Source' view.
== Actual result ==
A SPAN <span style="border-image: none;"> gets added around the 'test'
word.
== Other details (browser, OS, CKEditor version, installed plugins) ==
IE11 and MS Edge
--
Ticket URL: <http://dev.ckeditor.com/ticket/14629>
CKEditor <http://ckeditor.com/>
The text editor for the Internet
* status: new => confirmed
* keywords: IBM => IE11 EDGE IBM
* version: 4.5.9 (GitHub - master) => 4.3
Comment:
Problem can be reproduced at least from CKEditor 4.3 in IE11+
--
Ticket URL: <http://dev.ckeditor.com/ticket/14629#comment:1>
Comment (by satya):
This is important for IBM, we are adding border to fix Accessibility
issues in High Contrast mode. This issue does not occur if you remove
border as in nightly build.
--
Ticket URL: <http://dev.ckeditor.com/ticket/14629#comment:2>
* priority: Normal => Nice to have (we want to work on it)
--
Ticket URL: <http://dev.ckeditor.com/ticket/14629#comment:3>
* owner: => msamsel
* status: confirmed => assigned
--
Ticket URL: <http://dev.ckeditor.com/ticket/14629#comment:4>
* owner: msamsel => beata_delura
--
Ticket URL: <http://dev.ckeditor.com/ticket/14629#comment:5>
* status: assigned => review
--
Ticket URL: <http://dev.ckeditor.com/ticket/14629#comment:6>
* status: review => review_failed
--
Ticket URL: <http://dev.ckeditor.com/ticket/14629#comment:7>
* status: review_failed => closed
* resolution: => wontfix
Comment:
See [https://github.com/ckeditor/ckeditor-dev/issues/473 ckeditor
/ckeditor-dev/issues/473].
--
Ticket URL: <http://dev.ckeditor.com/ticket/14629#comment:8>