-
Notifications
You must be signed in to change notification settings - Fork 192
Description
Issue type:
- Version compatibility
Version:
Version https://github.com/vimperator/vimperator-labs/tree/ff56-fixes
With Waterfox 56.0.4 (no problems with Waterfox 56.0.3)
Description:
When Vimperator is first started, in the command line we have the error message with red background
TypeError: this._divNodes.noCompletions is undefined
.
I notice than we can't « follow hint ». Hint doesn't appear. Completion doesn't work too.
I've tested with the command $ waterfox -no-remote -P <fresh profile> -vimperator "+u NONE"
Expected behavior:
- Functional « Hint mode »
- Completion in command-line
Steps to reproduce:
- Compile https://github.com/vimperator/vimperator-labs/tree/ff56-fixes, and Install vimperator on Waterfox
- Restart Waterfox.
- Open a google page with google (T google). At the first restart we see the message
TypeError: this._divNodes.noCompletions is undefined
- When we type on « f » key to have hints, we see 30 ms this message. No « hint » appear: we can't follow links.
Notes
I noticed than Vimperator team no supports officially Waterfox. But as you said on the README Vimperator could be installed on Waterfox, so maybe could you check quickly and correct this if it's simple ? Please could you do that ? If you believe it's a Waterfox bug, I could post an issue on https://github.com/MrAlex94/Waterfox/issues
Temporally, I've deleted line 1865 in the file comment/content/commandline.js (https://github.com/vimperator/vimperator-labs/blob/ff56-fixes/common/content/commandline.js
. It resolves the problem with the hints, but sometimes there are some others bugs (I can't add spaces in the command line, and sometimes the scroll with keys bug), but it's lesser evil.
Please do not close this issue immediately. If it's complicated to fix this issue, maybe I could try to remove some features ? Maybe the completion ?
Thanks a lot in advance for your answer !