Hello,
In hints.js, it seems that because the function `handle_auto_exit' is
looking for more parameters than it is getting (when called from
`handle_input'), it is following links on ambiguous hint input
regardless of whether or not `hints_ambiguous_auto_exit_delay' is 0.
Since the `m' parameter is no longer used in `handle_auto_exit', this
patch doesn't seem to break anything and addresses the problem of
improperly following links on ambiguous input.
Thank You,
Mikey
---
modules/hints.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/hints.js b/modules/hints.js
index eeb0c1c..72f6778 100644
--- a/modules/hints.js
+++ b/modules/hints.js
@@ -456,7 +456,7 @@ hints_minibuffer_state.prototype = {
this.url_panel.update();
},
- handle_auto_exit: function (m, ambiguous) {
+ handle_auto_exit: function (ambiguous) {
var window = this.minibuffer.window;
var num = this.manager.current_hint_number;
if (!this.auto_exit)
--
1.7.0.4
_______________________________________________
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror