Page 1 of 1

New Window Feature Request

Posted: Mon Jan 28, 2013 5:31 pm
by chearns
Looking for the following settings for new windows.


NewWindowStartMaximized=
NewWindowWindowHeight=
NewWindowWindowWidth=
NewWindowWindowTop=
NewWindowWindowLeft=
NewWindowDefaultZoomLevel=

Re: New Window Feature Request

Posted: Tue Jan 29, 2013 12:48 pm
by Scott
I will add these to our to-do list.

Although generally you should let the web site decide how big the pop-up should be which is how it works now in PWB v3.

--Scott

Re: New Window Feature Request

Posted: Sat Feb 02, 2013 12:32 pm
by chearns
One of the sites that pops up re-sizes itself smaller in the new window which is ok, however we have the zoom set to 125% and it doesn't account for this, so half the content is trapped outside the window. The site does not create scroll bars. Having the ability to either custom the zoom in the new window or to force it full screen would help us eliminate the problem.

Chris,

Re: New Window Feature Request

Posted: Sun Feb 03, 2013 11:23 am
by chearns
Maybe add one more setting for new windows.

Just noticed that if a new window is left open, the inactivity timer on the primary can't close the secondary window without a confirmation.

Remove confirm close of new window.

Chris,

Re: New Window Feature Request

Posted: Mon Feb 04, 2013 10:11 am
by Scott
The inactivity timer should close all the windows after the initial prompt. We will check into it.

--Scott

Re: New Window Feature Request

Posted: Thu Feb 07, 2013 3:30 pm
by Scott
We added the following to PWB version 3.03.5.

[SecondWindow]
StartMaximized=False
WindowHeight=
WindowWidth=
WindowTop=
WindowLeft=
DefaultZoomLevel=
MaintainZoom=False

Of particular interest is the MaintainZoom. This will maintain the zoom of the parent window, and calculate popup windows to increase the size of the window based on the percent of zoom if over 100%.

--Scott