Opened 10 years ago
Last modified 10 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)
Change History (4)
Changed 10 years ago by
Attachment: | ckeditor_combobox.jpg added |
---|
comment:1 Changed 10 years ago by
Changed 10 years ago by
Attachment: | replacebycodex.html added |
---|
comment:2 Changed 10 years ago by
Keywords: | Firefox added; maximize removed |
---|---|
Status: | new → confirmed |
Version: | 4.4.7 → 3.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)?
Same issue is in 4.5 beta.