Ticket #8349 (closed Bug: fixed)
[IE] Editor toolbar outlook meets HTML5 doctype
| Reported by: | garry.yao | Owned by: | fredck |
|---|---|---|---|
| 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
Change History
comment:2 Changed 21 months ago by fredck
- Owner set to fredck
- Status changed from new to review
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.
comment:4 Changed 21 months ago by garry.yao
- Status changed from review to review_passed
Looks good.
Note: See
TracTickets for help on using
tickets.
