On Fri, Feb 26, 2010 at 07:47:55PM -0300, Jorge Arellano Cid wrote:
On Thu, Feb 25, 2010 at 06:25:59PM +0100, Johannes Hofmann wrote:
On Wed, Feb 24, 2010 at 02:47:26PM -0500, Dennis Nezic wrote:
On Wed, 24 Feb 2010 14:22:01 -0300, Jorge Arellano Cid wrote:
On Wed, Feb 24, 2010 at 10:24:02AM -0500, Dennis Nezic wrote:
When dillorc's fullwindow_start=YES (which is supposed to hide the widget panels on startup), it doesn't actually do this. (It does hide it after you click on a link or type in a url.) My guess is it was assumed that the first thing you want to do when opening a browser is to type in a url (or click a bookmark link, etc) -- but this is not true. (Many times I want to simply load a single page and then close it.)
It's a bug!
Please check how the patch in current repository works for you.
Works great! Thanks!
I see an issue with the current fix. It never focusses location in fullscreen mode for new windows. So when opening a new empty window (e.g. Ctrl-N) in fullscreen mode, the location bar is not focussed.
Jorge, what do you think about the alternative fix below. It sticks to the principle stated in the comment in UIcmd_open_url_nbw().
It looks & feels OK to me.
I made some changes so Bookmarks, Home and Open File follow the same behaviour. Note: when dillo starts fullscreen and the bw is toggled to normal with Ctrl-Space, a new bw (tab or window) follows the panel status of the issuing bw, which is correct IMO.
Please check the attached patch.
Committed! Thanks, Johannes