Opened 8 years ago
Closed 8 years ago
#10738 closed Bug (invalid)
Gray border is showing in IE
Reported by: | abua | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0.1 |
Keywords: | Cc: |
Description
I have a editable area (outer div) with text and image wrapped in div (inner div) element. Inner div is set to contenteditable=false and the outer div is set to true. In inline editing mode a thick border is showing around inner div which is set to false. This problem is coming only in IE(8,9,10) not in Chrome and Firefox.
Attachments (1)
Change History (2)
Changed 8 years ago by
Attachment: | border_around_image_ie.png added |
---|
comment:1 Changed 8 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
This is IE's control selection border. It's not CKEditor's fault and AFAIK it's not possible to remove it. BTW. If you're using nested contenteditables you may be interested in #9764.