tridactyl / tridactyl

A Vim-like interface for Firefox, inspired by Vimperator/Pentadactyl.
https://tridactyl.xyz
Other
5.08k stars 398 forks source link

Unbinding gi in gmail (normal mode) does not work #1254

Open Noexpert opened 5 years ago

Noexpert commented 5 years ago

Gmail has a gi shortcut to go to the inbox. I've unbound gi in tridactyl but gmail does not seem to register it,

  "subconfigs": {
    "mail.google.com": {
      "nmaps": {
        "gi": ""
      }
    }

Could someone replicate?

Thanks

glacambre commented 5 years ago

I don't have a gmail account so I can't reproduce this but unbindurl github.com --mode=normal gi seems to work fine for me. Could you give us your whole :viewconfig and the exact url you can reproduce this bug on?

bovine3dom commented 5 years ago

Reproducible for me. Steps to reproduce:

:unbind gi
:open gmail.com
<S-?> # click enable binds towards the bottom of that modal
# click on an email
gi # nothing happens
<S-Insert> # enter ignore mode
gi # you return to the inbox page

It's curious.

glacambre commented 5 years ago

Could it be that somehow Tridactyl selected an input field hidden between the email element and is sending inputs to that instead of the page?

MichaelAquilina commented 5 years ago

Also experiencing the same issue