summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorPeter Hofmann <scm@uninformativ.de>2018-02-21 07:42:37 +0100
committerPeter Hofmann <scm@uninformativ.de>2018-02-21 07:42:37 +0100
commit64fa4dae2ba8a3f935d645ca01c3da55d0caf9c2 (patch)
tree4f4cadf40342f0bb7958b881ced7045ab6f7101a /CHANGES
parent9f62826769046b65845ffa1279da9d2101373f76 (diff)
downloadlariza-64fa4dae2ba8a3f935d645ca01c3da55d0caf9c2.tar.gz
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.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
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