]> git.armaanb.net Git - chorizo.git/blob - BUGS
Fix opening links in new tabs (partially)
[chorizo.git] / BUGS
1 Links sometimes do not open in a new tab
2 ========================================
3
4 We select for "mouse-target-changed" events: When the pointer is being
5 moved, WebKit tells us if it's now being positioned over a link or not.
6
7 However, when a new link pops into existence right below the mouse
8 pointer (without the pointer being moved), we don't get this event. When
9 the user now issues a middle-click, we open the link in the same tab.
10 This is wrong.
11
12 Ideally, we could access a hit test result while processing the click
13 event, but that doesn't appear to be possible?
14
15 This bug is also present in suckless surf and GNOME Epiphany.