Hi, On Fri, May 16, 2008 at 09:20:17PM +0200, Justus Winter wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hey everyone :)
somewhere deep inside the "Future of Dillo" monster thread I suggested to get rid of the location dialog box but Johannes pointed out that this breaks the fullscreen mode.
So, here is my proposed solution:
* on ctrl-l: focus location bar * if in fullscreen mode: temporarily show toolbars until the user pressed enter
I am not familiar with the fltk event model, so I just hijacked the existing event handler which works reasonably well. It would be nice to also capture any "on-blur" events, but I could use some hints (the fltk2 documentation only mentions 6 WHEN_* events, though some googling suggests that there might be UNFOCUS events... uh?).
Anyway, the patch is attached. let me know what you think.
Cool! I like it already better than the dialog box. What do you mean by "on-blur" events? Johannes