fanglingsu / vimb

Vimb - the vim like browser is a webkit based web browser that behaves like the vimperator plugin for the firefox and usage paradigms from the great editor vim. The goal of vimb is to build a completely keyboard-driven, efficient and pleasurable browsing-experience.
https://fanglingsu.github.io/vimb/
GNU General Public License v3.0
1.34k stars 100 forks source link

Incognito #652

Closed Haleycarl closed 3 years ago

Haleycarl commented 3 years ago

Steps to reproduce

run command vimb -i [url]

Expected behaviour

when typing in text box all key should work

Actual behaviour

some keys are not working e.g keys H, J, K, L

fanglingsu commented 3 years ago

@Haleycarl Thak you for reporting this issue. It seems that vimb does not switch to input mode in case it was started in incognito mode. The issue can be reproduced with https://github.com/fanglingsu/vimb/blob/94f67dc4468f3d1151d5174b8af9d5c5bcc760a8/tests/manual/editable-focus.html

fanglingsu commented 3 years ago

It's stange. The 'initialize-web-extension' signal is never triggered when we use the ephemeral web context.