Re: [Vimprobable-users] [PATCH] Refactured hinting
Vimprobable is a lean web browser optimised for full keyboard control
Brought to you by:
hanness
From: Daniel C. <dan...@gm...> - 2011-08-17 20:43:45
|
Hi Hannes, On Tue, Aug 16, 2011 at 09:51:21PM +0200, Hannes Schüller wrote: > Any idea of how to handle target attributes? As I said, I think the > current behaviour of the patch isn't too bad, but it's also not the > expected behaviour ;) So any chance of getting that working as well? > Which logic would need to be relocated? Attached patch is a first step to handle the target (applies in top o previous patches). The opening isn't done via JavaScript and not from C-Layer as before. I'm really confused by the c code. The patch makes the checks for JavaScript returned string useless, they could be removed. The patch causes that vimprobable keeps in hintmode after a hint was fired. Could you fix this behaviour in the c code? The indented behaviour of the JavaScript is to return "0" if the hint ws focussed or opened, all other modes cause the JavaScript to return a string (for example the url to be yanked). Daniel |