Hi again! On Sun, Mar 23, Sebastian Geerken wrote:
I've just committed some changes, which fix bugs related to selection. I've tested all reports (at least those with a meaningful mail subject :-), the only page which does not work currently is "www.slackware.com" (that's a bug lying somewhere else).
This one is fixed. AFAIS, all known bugs related to selection are fixed now, aside from several known glitches (those mentioned at the beginning of src/selection.c). Please notice, if I'm incorrect. Some time ago, Andreas Schweitzer wrote:
Maybe it's a known glitch, but if you go to http://www.daemonnews.org and try to select anything in the top red bar or anything in the left column, it works ...hmmm ... "funky" ...
The only two points I see (and saw when you wrote this mail), are: 1. If you start e.g. the selection in "Submit News" (say, between "b" and "m" in "Submit"), and move the pointer to the right, there is a small area where _not_, as expected, "mit News" is selected, but instead "BSD Newsletter Sub". This is a known fault, the solution is to add event handling to DwTable. 2. You can start the selection within a link: as soon as you leave the link, the state switches from SELECTION_LINK_PRESSED to SELECTION_SELECTING (see src/selection.[ch]). This is meant as a feature! (Other browsers start dragging the URL, but also after this has been implemented in dillo, it would IMO be nice to preserve a possibility to archieve the current behavior.) Did you mean one of these two? Sebastian