Fixed none working 'F' hintmode for webkit2.
authorDaniel Carl <danielcarl@gmx.de>
Mon, 3 Mar 2014 21:52:04 +0000 (22:52 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Mon, 3 Mar 2014 21:52:04 +0000 (22:52 +0100)
commitc944dee2bd8d2851a070346dada1d42b467f1249
tree921fcd31b71e622adc2810dce245a9dc9fe299b1
parent3ad78e0fbe67fed3c73602ef73b72bfed667f1c6
Fixed none working 'F' hintmode for webkit2.

If vimb is built against webkit2 webkit's sandbox does not allow to open a
element via JavaScript into a new window. So, webkit does nothing if the
hinting fires a click event on an element that has a none empty target
attribute set.
This patch enables the setting to allow JavaScript to open windows without
user interaction as long as the hinting is active.
src/hints.c