Now, as the splitter issue with FF has been resolved (which was not a Roundcube issue at all, as we know now), next question:
How is the size of a Roundcube popup window (e.g. when you compose a new message in a separate window) being defined? Is Roundcube or the browser doing this?
And how can this be adjusted in FF? I can adjust the vertical splitters, and their position will be remembered, but then the very right part in the compose window (Attachments) is way to slim. I can of course manually adjust the total horizontal size of the window, but this setting will NOT be remembered upon composing the next new message.
Any solution/workaround...?
Michael Heydekamp Co-Admin freexp.de Düsseldorf/Germany
On 01/03/2014 10:04 PM, Michael Heydekamp wrote:
How is the size of a Roundcube popup window (e.g. when you compose a new message in a separate window) being defined? Is Roundcube or the browser doing this?
The width is hardcoded in line 48-49 of app.js file. Height is set automatically according to main window height.
And how can this be adjusted in FF? I can adjust the vertical splitters, and their position will be remembered, but then the very right part in the compose window (Attachments) is way to slim. I can of course manually adjust the total horizontal size of the window, but this setting will NOT be remembered upon composing the next new message.
Any solution/workaround...?
If you enable "Handle popups as standard windows" in Preferences > User Interface > Browser Options, new windows will be handled by browser which in common case means they will be opened in a new tab, but I suppose it can be configured in browser. I'm afraid this still will not allow you to set specified window width.