Opened 9 years ago

Last modified 9 years ago

#13190 confirmed Bug

Maximize problems

Reported by: Stan Owned by:
Priority: Normal Milestone:
Component: General Version: 3.0
Keywords: Firefox Cc:

Description

Hi, I have big problem to maximize CK 4.4.7. For some security I have defined html{display:none;}. My JS then enable html with code: if(window.top === window.self) { document.documentElement.style.display = 'block';} Everything works perfect to situation when I click CK to maximize. All browsers hardcode change style and I see only blank window. I tried in my config this: CKEDITOR.instances.content.on('maximize', function() { document.documentElement.style.display = 'block'; });

It works only in Chrome not in FF and IE. I dont want to change my security improvements, but CK maximize must work.

Next issue it on maximize CK is problem comboboxes. See picture.

Attachments (2)

ckeditor_combobox.jpg (96.6 KB) - added by Stan 9 years ago.
replacebycodex.html (6.8 KB) - added by Jakub Ś 9 years ago.

Download all attachments as: .zip

Change History (4)

Changed 9 years ago by Stan

Attachment: ckeditor_combobox.jpg added

comment:1 Changed 9 years ago by Stan

Same issue is in 4.5 beta.

Changed 9 years ago by Jakub Ś

Attachment: replacebycodex.html added

comment:2 Changed 9 years ago by Jakub Ś

Keywords: Firefox added; maximize removed
Status: newconfirmed
Version: 4.4.73.0

I believe that replacebycodex.html is what the @standus meant. I have been able to reproduce Maximize issue in every browser, even in Chrome.


Dropdown issue - I haven't seen it and what is more I can that you are using custom skin (not created by CKSource) so this may be a bug in custom skin and should be reported to skin author.

@@standus can you provide reduced sample file that can be put into samples folder of default editor and will show this problem as you have described it (works in Chrome and shows thin dropdowns)?

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy