Ticket #5247 (closed Bug: wontfix)
Context menu resizing not works properly on IE8 Quirks
| Reported by: | pomu0325 | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | UI : Context Menu | Version: | 3.2 |
| Keywords: | Cc: | pomu@… |
Description
To Reproduce
- Open CKEditor demo page with IE8
- Press F12 key to Launch developer tool
- Change document mode to 'Quirks'
- Right click the table
- 'Table Properties' menu is displayed weirdly
Attachments
Change History
Changed 2 years ago by pomu0325
-
attachment
5247.context_menu-quirks.jpg
added
comment:1 Changed 23 months ago by alfonsoml
- Status changed from new to closed
- Resolution set to wontfix
That's a forced method that only developers would use. If you instead remove the doctype from the page (real quirks) then it behaves properly.
comment:2 Changed 23 months ago by pomu0325
- Status changed from closed to reopened
- Resolution wontfix deleted
It happens in actual page with that doctype which makes IE8 to use quirks mode. It was working well with CKEditor 3.0.2 but it displayed weirdly when I upgraded to 3.1.
I just wanted to replicate the problem on the demo page.
Note: See
TracTickets for help on using
tickets.

screenshot