Uzbl

Tasklist

FS#57 - `bind /* = search %s` does not function as documented

Attached to Project: Uzbl
Opened by Aldrik Dunbar (N30N) - 2009-06-29 08:54:48 PM
Last edited by Dieter Plaetinck (Dieter_be) - 2010-03-21 06:55:40 PM
Task Type Bug Report
Category uzbl-core
Status Closed
Assigned To No-one
Operating System Linux
Severity Low
Priority Normal
Reported Version Development
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

The README states:
`bind /* = search %s`
- a search command which is called on every character typed after the slash, letting you see the search narrow down while typing.

But in practise it also runs apon the / key press eg.
bind /* = js if (!"%s") { alert("see!"); }

I hope the implementation can be fix and not just change the documentation/README.
This task depends upon

Closed by  Dieter Plaetinck (Dieter_be)
2010-03-21 06:55:40 PM
Reason for closing:  Fixed
Comment by Dieter Plaetinck (Dieter_be) - 2009-07-07 08:04:00 PM
actually it would be cool to have both variants available.
patch welcome.
Comment by Dieter Plaetinck (Dieter_be) - 2009-09-04 08:43:34 AM
http://lists.uzbl.org/pipermail/uzbl-dev-uzbl.org/2009-August/000261.html
we're working on a new system which will allow such fancy things. help welcome :)
Comment by Dieter Plaetinck (Dieter_be) - 2010-03-21 06:55:32 PM
just to clarify:
- we've never had the need for a behavior in the way it was documented
- we updated the documentation to reflect the behavior

Loading...