Opened 8 years ago
Closed 8 years ago
#10001 closed Bug (invalid)
CKE 4.01 - config.filebrowserWindowFeatures isn't working
Reported by: | santaclaus21 | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | File Browser | Version: | 4.0.1 |
Keywords: | Cc: |
Description
I was trying to use: config.filebrowserWindowFeatures in new CKE 4.01.
It seems to be not working at all. Tested on leatest Chrome with filemanager and elfinder.
config.filebrowserWindowFeatures = 'resizable=no,scrollbars=no';
I've got scrollbars, I'm able to resize window. Additional, there shoudn't be url (it was remove in CKE3?) but it's still present.
Attachments (2)
Change History (3)
Changed 8 years ago by
Changed 8 years ago by
comment:1 Changed 8 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
This is not editor fault. It's what browsers support or not - please see this link for example http://www.quirksmode.org/js/popup.html
Better solution is creating popup from div as described here: http://stackoverflow.com/a/1995841