From 64fa4dae2ba8a3f935d645ca01c3da55d0caf9c2 Mon Sep 17 00:00:00 2001 From: Peter Hofmann Date: Wed, 21 Feb 2018 07:42:37 +0100 Subject: Connect to button release events instead of button press By default, WebKit only responds to release events. The old code listened for press events. That's probably not the right way to do things. We should properly "override" the release events. Closes #56. --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 630711a..5f17c72 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,11 @@ Release history for lariza +next + [Fixed] + - Accidentally opening a context menu and then issuing a middle click + to open a new tab no longer changes the location of the original tab + (fixes #56). (This only happened under certain circumstances.) + v18.01 2018-01-27 [Fixed] - Compilation warnings regarding deprecated API calls (GtkAction) have -- cgit v1.2.3