Opened 15 years ago
Closed 12 years ago
#4457 closed New Feature (invalid)
Position & size file browser window on its parent
Reported by: | Brandon Kelly | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | File Browser | Version: | 3.0 |
Keywords: | Cc: |
Description
Currently, when CKEditor launches a file browser window, it centers the window on the screen, and if filebrowserWindowWidth/Height are set to a percentage, sizes them relative to the screen resolution.
It would be great if there were a setting to override this behavior, centering and sizing the window based on the parent browser window. Maybe something like:
filebrowserWindowRelativeTo: 'parent' | 'screen'
This would enable file browser windows to act a little more like other CKEditor dialogs.
I think that instead of allowing file browser windows to act a little more like other CKEditor dialogs we should provide way to display fileBrowser either in popup or in some user defined custom dialog as described here - http://dev.ckeditor.com/ticket/6085.