IE11/EDGE: extra SPAN gets added everytime Find dialog identifies the word in the editor
Steps to reproduce
- Update find_highlight config option to
config.find_highlight = { element : 'span', styles : { 'background-color' : '#004', 'color' : '#fff', 'border' : '1px solid #004' } };
- Open any CKEditor sample and type some text, e.g. test.
- Open Find & Replace dialog.
- Click 'Find' button to search for a word, e.g. test.
- Click 'Cancel' button.
- 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
Change History (8)
Keywords: |
IE11 EDGE added
|
Status: |
new →
confirmed
|
Version: |
4.5.9 (GitHub - master) →
4.3
|
Priority: |
Normal →
Nice to have (we want to work on it)
|
Owner: |
set to Mateusz Samsel
|
Status: |
confirmed →
assigned
|
Owner: |
changed from Mateusz Samsel to beata_delura
|
Status: |
assigned →
review
|
Status: |
review →
review_failed
|
Resolution: |
→ wontfix
|
Status: |
review_failed →
closed
|
Problem can be reproduced at least from CKEditor 4.3 in IE11+