[Solved] THERE ARE NO INPUTS TO FOCUS ON #746
-
In Normal Mode I can scroll through the code and even search keywords in the code, but 'gi' is unable to focus back on the code. EDIT : This fixed this issue! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The complex mapping of
And those So I'm still curious why Vimium can find something but Vimium C's simple |
Beta Was this translation helpful? Give feedback.
The complex mapping of
run i ...
will:focusInput
focusInput
againAnd those
o.xxx=xxx
is to makefocusInput
find elements better.focusInput
should have found all visible common input boxes without them.So I'm still curious why Vimium can find something but Vimium C's simple
focusInput
can not. Could you provide a test URL and some screen snapshots?