On Thu, Jul 22, 2010 at 02:15:54PM -0800, rogerx@sdf.org wrote:
On Thu, Jul 22, 2010 at 10:44:26PM +0200, Johannes Hofmann wrote:
On Wed, Jul 21, 2010 at 10:50:01AM -0800, Roger wrote:
On Wed, Jul 21, 2010 at 10:29:32AM -0400, Jorge Arellano Cid wrote:
On Wed, Jul 21, 2010 at 01:29:36PM +0200, Johannes Hofmann wrote:
On Wed, Jul 21, 2010 at 12:48:10AM -0800, Roger wrote:
I think this is already answered within the FAQ, but just in case it isn't, I seem not to be able to copy & paste into form input boxes.
When I do try to "middle mouse button" copy/paste, my output goes into the url entry field of the browser instead of where I intended to paste a form input box.
This seems to work ok for me - at least when I tried with google. But I remember that we have some focus related problems recently.
Here it works. I don't even need to focus the place to paste, the cursor over the widget is enough (FLTK2 v7513).
=x11-libs/fltk-2.0_pre6970 cairo debug doc examples games +jpeg opengl +png threads +xft xinerama +zlib
=www-client/dillo-2.2 doc +gif ipv6 +jpeg +png +ssl
When you state "focus problems", I would assume you're talking about when fltk/dillo borks on my focus problem and screws up what I'm typing into the focus box -- until I press ctrl+tab (or switch virtual desktops, then switch back again to the dillo virtual desktop).
Here's a thought, maybe it's because I'm a power user and am using DWM instead of some funky desktop such as Gnome/XFCE ... or even KDE?
No, that can't be the issue, as I also use dwm :-) However I hardly use virtual desktops - or whatever it's called in suckless speak.
Virtual desktop for DWM == dwm.h ...snip... /* tagging */ static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7" }; ...snip...
Can you give me an example page where you can't copy / paste into a form field?
http://www.google.com is probably the best standard example.
I cannot copy/paste onto any web page with a form box to enter data.
All data within the copy buffer ends-up within the URL box of Dillo. No matter how I even try to focus with the keyboard, or where I click concerning (X coordinates) with the mouse middle button.
One thing is for sure, Dillo (or X/DWM) is recognizing the middle mouse button click and is sending the correct data -- but not to the right X coordinates!
Can you check whether fltk2-config --ldflags says something about cairo? If so please compile fltk2 from source without enabling cairo. There are multiple issues when cairo is enabled (see warning on http://www.dillo.org/download.html). You could also try whether pasting works for you with the fltk2 sample apps that come with fltk2. Cheers, Johannes