Opened 15 years ago
Closed 15 years ago
#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 (1)
Change History (4)
Changed 15 years ago by
Attachment: | 5247.context_menu-quirks.jpg added |
---|
comment:1 Changed 15 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
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 15 years ago by
Resolution: | wontfix |
---|---|
Status: | closed → reopened |
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.
comment:3 Changed 15 years ago by
Resolution: | → wontfix |
---|---|
Status: | reopened → closed |
I confirmed again but I couldn't replicate the problem again. Designer had made some change on css and now it works fine.
screenshot