Fixed hints not opened in new window on duckduckgo (#59).
authorDaniel Carl <danielcarl@gmx.de>
Sat, 4 Jan 2014 16:40:15 +0000 (17:40 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Sat, 4 Jan 2014 16:50:40 +0000 (17:50 +0100)
commit54456124f4997cdca50bf4bb6927185787c0a6cb
tree1f437da32b91dcebfa4219d673324bb2f09fe490
parentd68f77738257f89f8a4819f61661481c9c4442a3
Fixed hints not opened in new window on duckduckgo (#59).

There are some pages that use mouse event observers that open link href
programmatic and ignore the target attribute that vimb uses to open link into
new window. So this patch fires the click related mouse events with the
additional set CTRL key that is considered by those scripts and also other
browsers to open the resource into new window.
src/hints.js