6.0.0-beta1
7/5/25

[#11812] compose windows position
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

History
12/04/2012 10:35:30 AM viktor (at) szepe (dot) net Comment #3 Reply to this comment
You can edit the position locally to whatever you want.
patch for centering the popup window:

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);
12/04/2012 02:21:39 AM Michael Slusarz Comment #2
State ⇒ Rejected
Reply to this comment
Why?  This is the only location to guarantee the window has a chance 
of fitting entirely within the monitor.

You can edit the position locally to whatever you want.
12/04/2012 01:33:19 AM viktor (at) szepe (dot) net Comment #1
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Base
Summary ⇒ compose windows position
Type ⇒ Enhancement
State ⇒ New
Reply to this comment
js/popup.js:1744

compose window's position is hardcoded: left=0,top=0
Please position the compose windows somewhere in the middle, near the 
main browser window.

Saved Queries