Opened 10 years ago

Closed 10 years ago

#12165 closed Bug (expired)

ie8 browser is not compatible in some ways

Reported by: majianmin07 Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

config.js config.uiColor = '#dfe8f6'; 在IE8 quirks 模式 不能改变颜色

config.height = '100%';在IE8中高度不能自适应

Change History (2)

comment:1 Changed 10 years ago by Jakub Ś

Status: newpending
Version: 4.4.2

config.js config.uiColor = '# dfe8f6'; in IE8 quirks mode can not change the color
config.height = '100% '; height can not be adaptive in IE8

IE8 quirks puts document into IE5.5 mode. As you know IE5.5 is very old and there might be differences between this mode and modern browsers.

Height does not support % only px. Please see: http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-height. This part is invalid.
I don't know however what problems you have with color. Could you provide small HTML file that shows this problem? Please also provide description explaining what needs to be to see this issue.

comment:2 Changed 10 years ago by Piotrek Koszuliński

Resolution: expired
Status: pendingclosed
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