When the input to a hints interaction resulted in no valid hints, the
panel continued to show a URL which was no longer valid.  The URL is
now correctly blanked out.
---
 modules/hints.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/hints.js b/modules/hints.js
index d900627..67720d0 100644
--- a/modules/hints.js
+++ b/modules/hints.js
@@ -365,6 +365,7 @@ hint_manager.prototype = {
                 h.elem.style.backgroundColor = hint_background_color;
         }
         this.current_hint_number = index;
+        this.last_selected_hint = null;
         if (index >= 1 && index <= vl) {
             h = vh[index - 1];
             if (h.img_hint)
-- 
1.7.4.4

_______________________________________________
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror

Reply via email to