Hi, Just committed some keybindings and operative findbar patches. It feels quite operative now. Minor things remain. BTW, there's a pending bug report to FLTK (see comments in code). -- Cheers Jorge.-
On Tue, Mar 15, 2011 at 09:38:03AM -0300, Jorge Arellano Cid wrote: Hi,
Just committed some keybindings and operative findbar patches. It feels quite operative now. Minor things remain.
BTW, there's a pending bug report to FLTK (see comments in code).
Just finally got around to creating a fltk-1.3-r9999.ebuild (SVN version) for Gentoo and, pulled/built dillo_fltk-1.3_port. Tabs look way much nicer now. However, if the bookmarks (dpi:/bm/) rolls-off the screen because the user has a long list of bookmarks, scrolling to the next page does not work using the scrollbar. As such, I need to manually resize the window larger then my screen to see & use the bookmarks listed off-screen. -- Roger http://rogerx.freeshell.org/
On Thu, Mar 17, 2011 at 03:41:18AM -0800, Roger wrote:
On Tue, Mar 15, 2011 at 09:38:03AM -0300, Jorge Arellano Cid wrote: Hi,
Just committed some keybindings and operative findbar patches. It feels quite operative now. Minor things remain.
BTW, there's a pending bug report to FLTK (see comments in code).
Just finally got around to creating a fltk-1.3-r9999.ebuild (SVN version) for Gentoo and, pulled/built dillo_fltk-1.3_port.
Tabs look way much nicer now. However, if the bookmarks (dpi:/bm/) rolls-off the screen because the user has a long list of bookmarks, scrolling to the next page does not work using the scrollbar.
As such, I need to manually resize the window larger then my screen to see & use the bookmarks listed off-screen.
Another temporary method of getting around this, if the user has their bookmarks listed within sub-folders listed at the left of the page, use "left-click, open in new tab" for the sub-folder of bookmarks. -- Roger http://rogerx.freeshell.org/
On Thu, Mar 17, 2011 at 03:41:18AM -0800, Roger wrote:
On Tue, Mar 15, 2011 at 09:38:03AM -0300, Jorge Arellano Cid wrote: Hi,
Just committed some keybindings and operative findbar patches. It feels quite operative now. Minor things remain.
BTW, there's a pending bug report to FLTK (see comments in code).
Just finally got around to creating a fltk-1.3-r9999.ebuild (SVN version) for Gentoo and, pulled/built dillo_fltk-1.3_port.
Tabs look way much nicer now. However, if the bookmarks (dpi:/bm/) rolls-off the screen because the user has a long list of bookmarks, scrolling to the next page does not work using the scrollbar.
As such, I need to manually resize the window larger then my screen to see & use the bookmarks listed off-screen.
It works perfectly here... -- Cheers Jorge.-
On Thu, Mar 17, 2011 at 10:42:33AM -0300, Jorge Arellano Cid wrote: On Thu, Mar 17, 2011 at 03:41:18AM -0800, Roger wrote:
On Tue, Mar 15, 2011 at 09:38:03AM -0300, Jorge Arellano Cid wrote: Hi,
Just committed some keybindings and operative findbar patches. It feels quite operative now. Minor things remain.
BTW, there's a pending bug report to FLTK (see comments in code).
Just finally got around to creating a fltk-1.3-r9999.ebuild (SVN version) for Gentoo and, pulled/built dillo_fltk-1.3_port.
Tabs look way much nicer now. However, if the bookmarks (dpi:/bm/) rolls-off the screen because the user has a long list of bookmarks, scrolling to the next page does not work using the scrollbar.
As such, I need to manually resize the window larger then my screen to see & use the bookmarks listed off-screen.
It works perfectly here...
Are you using a recently pulled fltk-1.3 svn? ... I'm betting, this is likely a fltk bug. I should also mention I'm using DWM. :-/ -- Roger http://rogerx.freeshell.org/
On Thu, Mar 17, 2011 at 06:27:15AM -0800, Roger wrote:
On Thu, Mar 17, 2011 at 10:42:33AM -0300, Jorge Arellano Cid wrote: On Thu, Mar 17, 2011 at 03:41:18AM -0800, Roger wrote:
On Tue, Mar 15, 2011 at 09:38:03AM -0300, Jorge Arellano Cid wrote: Hi,
Just committed some keybindings and operative findbar patches. It feels quite operative now. Minor things remain.
BTW, there's a pending bug report to FLTK (see comments in code).
Just finally got around to creating a fltk-1.3-r9999.ebuild (SVN version) for Gentoo and, pulled/built dillo_fltk-1.3_port.
Tabs look way much nicer now. However, if the bookmarks (dpi:/bm/) rolls-off the screen because the user has a long list of bookmarks, scrolling to the next page does not work using the scrollbar.
As such, I need to manually resize the window larger then my screen to see & use the bookmarks listed off-screen.
It works perfectly here...
Are you using a recently pulled fltk-1.3 svn?
r8514 but it has worked well since much before r8411 (for months)
... I'm betting, this is likely a fltk bug.
I should also mention I'm using DWM. :-/
AFAIR, Johannes uses DWM... -- Cheers Jorge.-
On Thu, Mar 17, 2011 at 01:17:31PM -0300, Jorge Arellano Cid wrote:
On Thu, Mar 17, 2011 at 06:27:15AM -0800, Roger wrote:
On Thu, Mar 17, 2011 at 10:42:33AM -0300, Jorge Arellano Cid wrote: On Thu, Mar 17, 2011 at 03:41:18AM -0800, Roger wrote:
On Tue, Mar 15, 2011 at 09:38:03AM -0300, Jorge Arellano Cid wrote: Hi,
Just committed some keybindings and operative findbar patches. It feels quite operative now. Minor things remain.
BTW, there's a pending bug report to FLTK (see comments in code).
Just finally got around to creating a fltk-1.3-r9999.ebuild (SVN version) for Gentoo and, pulled/built dillo_fltk-1.3_port.
Tabs look way much nicer now. However, if the bookmarks (dpi:/bm/) rolls-off the screen because the user has a long list of bookmarks, scrolling to the next page does not work using the scrollbar.
As such, I need to manually resize the window larger then my screen to see & use the bookmarks listed off-screen.
It works perfectly here...
Are you using a recently pulled fltk-1.3 svn?
r8514
but it has worked well since much before r8411 (for months)
... I'm betting, this is likely a fltk bug.
I should also mention I'm using DWM. :-/
AFAIR, Johannes uses DWM...
Right, but it works fine for me. Roger, do you try to scroll by clicking and dragging the scrollbar with the mouse or do you use PageDown or Space keys? For the latter to work I also need to first click the main area to get focus. Cheers, Johannes
Just finally got around to creating a fltk-1.3-r9999.ebuild (SVN version) for Gentoo and, pulled/built dillo_fltk-1.3_port.
Tabs look way much nicer now. However, if the bookmarks (dpi:/bm/) rolls-off the screen because the user has a long list of bookmarks, scrolling to the next page does not work using the scrollbar.
As such, I need to manually resize the window larger then my screen to see & use the bookmarks listed off-screen.
It works perfectly here...
Are you using a recently pulled fltk-1.3 svn?
r8514
but it has worked well since much before r8411 (for months)
... I'm betting, this is likely a fltk bug.
I should also mention I'm using DWM. :-/
AFAIR, Johannes uses DWM...
Right, but it works fine for me. Roger, do you try to scroll by clicking and dragging the scrollbar with the mouse or do you use PageDown or Space keys? For the latter to work I also need to first click the main area to get focus.
Yes, just tried using pgdown/pgup as well as cursor keys and Dillo FLTK-1.3 SVN only scrolls so far to the bottom of the list, while not showing my last bookmark in the list. This looks like a SVN bug to me as this is the first I've seen this too. Also, tabs are not opening in the background as I previously configured. (SVN bug here or current dillo_port-1.3 bug?)... and Dillo > File > Exit displays the "Close all tabs too?" question dialog behind the browser. This later issue sounds more like fltk-1.3 svn. (I just hope the fltk team starts pushing for releases sometime soon vs. never like 2.0!)
participants (3)
-
jcid@dillo.org
-
Johannes.Hofmann@gmx.de
-
rogerx.oss@gmail.com