Opened 15 years ago
Closed 15 years ago
#4631 closed Bug (duplicate)
Image border is applied using the border attribute. The attribute is deprecated and can get overridden by an inherited style
Reported by: | Joe Kavanagh | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.1 |
Component: | General | Version: | 3.0.1 |
Keywords: | Cc: | damian.chojna@… |
Description
If an image element's border attribute is overridden by an inherited CSS style the user can not alter the border width using the Image Properties dialog. The value of the Image Properties border field should be placed within an inline style, as specified by the HTML spec. If 3 is placed in the border field it should result in "border: 3px solid;" being applied to the style of the img element.
DUP of #4246, we'll handled all deprecated attributes there.