Hello, I just made a new release candidate for our upcoming dillo-2.2 release. It mainly addresses the blackhole(4) timeouts reported in http://lists.auriga.wearlab.de/pipermail/dillo-dev/2010-January/007247.html The rc2 tarball can be found as usual at: http://www.dillo.org/download/dillo-2.2-rc2.tar.bz2 SHA1: 38221d3499ce5f91a0c6a945a23b066e9e46ef84 Please give it a try and report back soon. The intention is to release dillo-2.2 this week. Cheers, Johannes
Am Mon, 8 Feb 2010 12:52:50 +0100 schrieb Johannes Hofmann <Johannes.Hofmann@gmx.de>:
Please give it a try and report back soon. The intention is to release dillo-2.2 this week.
This is not specific to dillo-2.2, and should not hinder the release, I guess, but I have to admit that one feature I motivated is not interacting as it should. It is the middle-click pasting into the browser window to trigger loading of the pasted URL, activated via middle_click_drags_page=NO in dillorc. A Major flaw of this setting is that pasting into form fields does not work. Any middle-click triggers URL loading... when this setting is YES, the pasting into form fields works, is not harmed by the page dragging functions. I say that here just to have it mentioned... not blaming anyone but myself. But perhaps someone of you guys has an easy fix available for that? Of course one fix could be to drop the whole paste-in-window-for-URL thing but I rather like the feature... just not when I intended to paste into a form field. Also, note that the middle-click-drags-page mode is always a no-op for me as holding down the middle mouse button triggers scrolling mode via X11 anyway (a sensible setup for a Thinkpad with Trackpoint, or trackballs on desktop systems). Hm... regarding that... horizontal scroll events are not handled by dillo. One might need to investigate that in FLTK... Well, at least I have, after long time, given this little piece of feedback about the URL pasting... sorry that I didn't tell earlier, and sorry that I don't have a patch at hand. Alrighty then, Thomas.
Thomas wrote:
one feature I motivated is not interacting as it should. It is the middle-click pasting into the browser window to trigger loading of the pasted URL, activated via
middle_click_drags_page=NO
in dillorc. A Major flaw of this setting is that pasting into form fields does not work. Any middle-click triggers URL loading... when this setting is YES, the pasting into form fields works, is not harmed by the page dragging functions.
I'll take a look at this. Can you add it to the bug tracker?
I wrote:
Thomas wrote:
one feature I motivated is not interacting as it should. It is the middle-click pasting into the browser window to trigger loading of the pasted URL, activated via
middle_click_drags_page=NO
in dillorc. A Major flaw of this setting is that pasting into form fields does not work. Any middle-click triggers URL loading... when this setting is YES, the pasting into form fields works, is not harmed by the page dragging functions.
Please try the attached patch...
Am Tue, 9 Feb 2010 01:28:46 +0000 sc
middle_click_drags_page=NO
in dillorc. A Major flaw of this setting is that pasting into form fields does not work. Any middle-click triggers URL loading... when this setting is YES, the pasting into form fields works, is not harmed by the page dragging functions.
Please try the attached patch...
Looks good to me! Built the 2.2 rc1 with this patch and it works as expected now (as one is accustomed from other browsers). Nice to see that this is such a small patch, even. Alrighty then, Thomas.
On Wed, Feb 10, 2010 at 12:08:27AM +0100, Thomas Orgis wrote:
Am Tue, 9 Feb 2010 01:28:46 +0000 sc
middle_click_drags_page=NO
in dillorc. A Major flaw of this setting is that pasting into form fields does not work. Any middle-click triggers URL loading... when this setting is YES, the pasting into form fields works, is not harmed by the page dragging functions.
Please try the attached patch...
Looks good to me! Built the 2.2 rc1 with this patch and it works as expected now (as one is accustomed from other browsers). Nice to see that this is such a small patch, even.
nice! corvid, should we get this into the dillo-2.2 release? I will have to make some minor adjustments to the rc2 code anyway. It's up to you. Just commit it if you think it should go in. Cheers, Johannes
Johannes wrote:
corvid, should we get this into the dillo-2.2 release? I will have to make some minor adjustments to the rc2 code anyway. It's up to you. Just commit it if you think it should go in.
Given the circumstances, I think I would prefer to save it for after release.
On Mon, 8 Feb 2010 16:45:06 +0100, Thomas Orgis wrote:
Hm... regarding that... horizontal scroll events are not handled by dillo. One might need to investigate that in FLTK...
http://fltk.org/str.php?L1964 Success!!1! :)
On Wed, Feb 10, 2010 at 01:08:49PM -0500, Dennis Nezic wrote:
On Mon, 8 Feb 2010 16:45:06 +0100, Thomas Orgis wrote:
Hm... regarding that... horizontal scroll events are not handled by dillo. One might need to investigate that in FLTK...
Success!!1! :)
What do you mean? Is the patch already included in v2.0.x-r6970? -- Cheers Jorge.-
On Wed, 10 Feb 2010 19:09:19 -0300, Jorge Arellano Cid wrote:
On Wed, Feb 10, 2010 at 01:08:49PM -0500, Dennis Nezic wrote:
On Mon, 8 Feb 2010 16:45:06 +0100, Thomas Orgis wrote:
Hm... regarding that... horizontal scroll events are not handled by dillo. One might need to investigate that in FLTK...
Success!!1! :)
What do you mean? Is the patch already included in v2.0.x-r6970?
Nope. I have no idea what they're waiting for :s.
On Wed, Feb 10, 2010 at 05:21:03PM -0500, Dennis Nezic wrote:
On Wed, 10 Feb 2010 19:09:19 -0300, Jorge Arellano Cid wrote:
On Wed, Feb 10, 2010 at 01:08:49PM -0500, Dennis Nezic wrote:
On Mon, 8 Feb 2010 16:45:06 +0100, Thomas Orgis wrote:
Hm... regarding that... horizontal scroll events are not handled by dillo. One might need to investigate that in FLTK...
Success!!1! :)
What do you mean? Is the patch already included in v2.0.x-r6970?
Nope. I have no idea what they're waiting for :s.
AFAIU, FLTK-2.0 is dead and will seldom update. All the effort is concentrated in 1.3.x which they plan to release soon. -- Cheers Jorge.-
Am Wed, 10 Feb 2010 21:43:34 -0300 schrieb Jorge Arellano Cid <jcid@dillo.org>:
What do you mean? Is the patch already included in v2.0.x-r6970?
Nope. I have no idea what they're waiting for :s.
AFAIU, FLTK-2.0 is dead and will seldom update. All the effort is concentrated in 1.3.x which they plan to release soon.
FLTK development is puzzling... they have several development trees since many years now, none of which had a release yet. Heck, they have plans for FLTK 3.x!? This development practice seems to suggest that dependent projects rather include snapshots of FLTK in their source... And, how "soon" will that FLTK 1.3 release happen so that dillo might switch to something "stable"? This specific case might just mean that I'll add an optional patch to the fltk2-package of my distro to include horizontal scrolling, though. But it would be better if upstream did this, of course. Alrighty then, Thomas.
On Thu, Feb 11, 2010 at 09:10:54AM +0100, Thomas Orgis wrote:
Am Wed, 10 Feb 2010 21:43:34 -0300 schrieb Jorge Arellano Cid <jcid@dillo.org>:
What do you mean? Is the patch already included in v2.0.x-r6970?
Nope. I have no idea what they're waiting for :s.
AFAIU, FLTK-2.0 is dead and will seldom update. All the effort is concentrated in 1.3.x which they plan to release soon.
FLTK development is puzzling... they have several development trees since many years now, none of which had a release yet. Heck, they have plans for FLTK 3.x!? This development practice seems to suggest that dependent projects rather include snapshots of FLTK in their source... And, how "soon" will that FLTK 1.3 release happen so that dillo might switch to something "stable"?
This specific case might just mean that I'll add an optional patch to the fltk2-package of my distro to include horizontal scrolling, though. But it would be better if upstream did this, of course.
Some fltk developers still seem to care a bit about fltk2, so maybe some cheering about the patch on the fltk list might help to get it in eventually. Cheers, Johannes
participants (5)
-
corvid@lavabit.com
-
dennisn@dennisn.dyndns.org
-
jcid@dillo.org
-
Johannes.Hofmann@gmx.de
-
thomas-forum@orgis.org