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.35k stars 100 forks source link

Full support for contenteditable attribute #248

Open fanglingsu opened 9 years ago

fanglingsu commented 9 years ago

According to issue #237 there is no full support for the contenteditable attribute at the time.

fanglingsu commented 7 years ago

Special case of this is #396.

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had activity within the last 60 days. It will be closed after 7 days if no further activity occurs. Thank you for your contributions.

AdrienLemaire commented 4 years ago

@fanglingsu I'm unable to use the debugger console (gF then go to 'console' tab), some keys (eg 't') are interpreted like in normal mode

console

Ctrl-T and ;e will open the external editor with the first input from the page, it doesn't seem possible to edit the debugger console input from the external editor.

Is there a fix or trick to be able to use the console?

AdrienLemaire commented 4 years ago

Solution: Detach into separate window

fanglingsu commented 4 years ago

@AdrienLemaire Yes you can detach. I gave up using keyboard when the developer tools are open. At the time the key events of the webview are processed - and since webkit2 the developer tools are a part of the webview. I think we could bypass the key processing logic if the developer tools are opened. But than we can not close them by pressing gF again or relaod the page by r. So it might be difficult to solve this issue.