Opened 8 years ago

Closed 7 years ago

#14629 closed Bug (wontfix)

IE11/EDGE: extra SPAN gets added everytime Find dialog identifies the word in the editor

Reported by: Irina Owned by: beata_delura
Priority: Nice to have (we want to work on it) Milestone:
Component: General Version: 4.3
Keywords: IE11 EDGE IBM Cc: Satya Minnekanti, Christophe Guillou

Description

Steps to reproduce

  1. Update find_highlight config option to
config.find_highlight = { element : 'span', styles : { 'background-color' : '#004', 'color' : '#fff', 'border' : '1px solid #004' } };
  1. Open any CKEditor sample and type some text, e.g. test.
  2. Open Find & Replace dialog.
  3. Click 'Find' button to search for a word, e.g. test.
  4. Click 'Cancel' button.
  5. 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)

comment:1 Changed 8 years ago by Jakub Ś

Keywords: IE11 EDGE added
Status: newconfirmed
Version: 4.5.9 (GitHub - master)4.3

Problem can be reproduced at least from CKEditor 4.3 in IE11+

comment:2 Changed 8 years ago by Satya Minnekanti

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.

comment:3 Changed 7 years ago by Marek Lewandowski

Priority: NormalNice to have (we want to work on it)

comment:4 Changed 7 years ago by Mateusz Samsel

Owner: set to Mateusz Samsel
Status: confirmedassigned

comment:5 Changed 7 years ago by beata_delura

Owner: changed from Mateusz Samsel to beata_delura

comment:6 Changed 7 years ago by beata_delura

Status: assignedreview

comment:7 Changed 7 years ago by Tomasz Jakut

Status: reviewreview_failed

comment:8 Changed 7 years ago by kkrzton

Resolution: wontfix
Status: review_failedclosed
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy