"border-color" in tables gets removed #1010
Labels
status:confirmed
An issue confirmed by the development team.
support
An issue reported by a commercially licensed client.
target:minor
Any docs related issue that can be merged into a master or major branch.
type:bug
A bug.
Milestone
Are you reporting a feature request or a bug?
Bug
Check if the issue is already reported
Provide detailed reproduction steps (if any)
config.extraAllowedContent = 'td{border-color,border-style,border-width}';
.replacebycode.html
sample in IE11.Expected result
Broder in first cell is red.
Actual result
Broder in first cell isn't red and when inspecting HTML with dev-tools, you can see that
border-color:red;
gets removed.Other details
Problem can be reproduced in IE11 from CKEditor 4.6.0.
The text was updated successfully, but these errors were encountered: