Daniel Carl
Daniel Carl
@iamleot The DOM API seeps to be deprecated. So this issue might be a good reason to switch partially to the JavaScript Core API.
@dantleech This looks really strange. I can really image what might have caused this junk in the history, but I'll tr to reproduce this case to fix the completion or...
@dantleech OK, I can reproduce this by prefixing a single line with a NUL byte `` with vim. I do not see a clean way to process such files with...
@dantleech Thank you for the sample file. The file contains a number of NUL bytes. It would be a heavy change to rewrite all the file logic to process also...
@dantleech OK. normally the current page is written together with it's title. In the file the NUL bytes are direct prepended to the URL. So I assume that there are...
Maybe this was caused by wronf file locking and concurrent write attempts to the file.
@RFDAJE That feature sounds nice to me. I'm not sure if webkit provides undo/redo for form fields by default. But it might already exist so that we can map new...
There was such an feature in the past (webkit1) but there are technical issues to get this back in vimb with webkit2. But this is defenitely a feature we will...
@ergpopler It work for me. If i press `f3` and wait a little the search box opens.
@herrsimon According to https://github.com/fanglingsu/vimb/blob/8ce1f06da17689f11ba0ff389b96c5b363820e23/src/setting.c#L667-L670 ist inserted at document end. There is no special reason why it is done this way, so I think you could add it at the beginning...