#8349 closed Bug (fixed)
[IE] Editor toolbar outlook meets HTML5 doctype
Reported by: | Garry Yao | Owned by: | Frederico Caldeira Knabben |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.6.2 |
Component: | UI : Toolbar | Version: | |
Keywords: | IE HTML5 | Cc: |
Description
Load any sample page with the HTML5 doctype (<!DOCTYPE html>) under IE9 producing a wrong padding top on the toolbar.
Attachments (1)
Change History (7)
comment:1 Changed 14 years ago by
Milestone: | → CKEditor 3.6.2 |
---|
Changed 14 years ago by
Attachment: | 8349.patch added |
---|
comment:2 Changed 14 years ago by
Owner: | set to Frederico Caldeira Knabben |
---|---|
Status: | new → review |
comment:5 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [7263].
comment:6 Changed 13 years ago by
Keywords: | HTML5 added |
---|
I'm targeting the fix to all IEs so it'll work for IE 10 as well.
The idea is that we override the original 'display' rule, which is "inline-table". In general, the "inline-table" option has been introduced in IE 8. So, previous versions just see it as a "table" (it's a <table> element, in fact).
All this means that this change should impact on IE 8 and IE 9 only. I've checked both browsers and things seem to be ok. Further testing is needed.