Summary | compose windows position |
Queue | Horde Base |
Queue Version | 5.0.2 |
Type | Enhancement |
State | Rejected |
Priority | 1. Low |
Owners | |
Requester | viktor (at) szepe (dot) net |
Created | 12/04/2012 (4596 days ago) |
Due | |
Updated | 12/04/2012 (4596 days ago) |
Assigned | |
Resolved | 12/04/2012 (4596 days ago) |
Milestone | |
Patch | No |
js/popup.js:56
var left = (screen.width - width)/2;
var top = (screen.height - height)/2;
win = window.open(url + '?' + params.toQueryString(),
opts.name || uniq, 'menubar=' + menu +
',toolbar=no,location=no,status=yes,scrollbars=yes,resizable=yes,width=' +
width + ',height=' + height + ',left='+left+',top='+top);
State ⇒ Rejected
of fitting entirely within the monitor.
You can edit the position locally to whatever you want.
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Base
Summary ⇒ compose windows position
Type ⇒ Enhancement
State ⇒ New
compose window's position is hardcoded: left=0,top=0
Please position the compose windows somewhere in the middle, near the
main browser window.