Pop-up Menu Activation Issue
Bug Report: Pop-up Menu Activation Issue
Description: The pop-up menu designed to be triggered (in my case) with the "L" key is not responding. The menu has to be opened using the mouse instead.
Screenshots:
- Current Behavior:
...nothing happens after clicking "L"
- Expected Behavior:
The button is not a standard clickable element - there's no obvious clue to tell Vimium C it's clickable.
You may need https://github.com/gdh1995/vimium-c/wiki/Add-or-remove-hints
clickable="[type=button]" may be enough.
i added map f LinkHints.activate clickable="[type=button]" to the "custom key mappings" but it doesn't seem to work
Confirmed. Sorry it does fail on chatgpt pages with Vimium C v1.99.xxx.
Vimium C v2.x will fix this issue, and then clickable="[type=button]" will work.