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
Status: | new → pending |
---|---|
Version: | 4.4.2 |
comment:2 Changed 10 years ago by
Resolution: | → expired |
---|---|
Status: | pending → closed |
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.