Open fanglingsu opened 9 years ago
Special case of this is #396.
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.
@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
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?
Solution: Detach into separate window
@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.
According to issue #237 there is no full support for the contenteditable attribute at the time.
;o
and switch vimb to input mode.;e
hinting to open the text content in the editor and to write the content back to the element.CTRL-T
to edit it's text content in editor.