From 8b500683bdd32d6e1533909508a641aa83f2f473 Mon Sep 17 00:00:00 2001 From: Colomban Wendling Date: Fri, 5 Apr 2019 14:00:01 +0200 Subject: Bug [#2095]. gtk: Accessible: emit the text deletion signal before deletion This allows the accessibility layer to request detail, such as which characters have been deleted. ATK will query the deleted range to report the data that was removed, so it must still be available for the query to give a correct answer. So, emit the signal in BEFOREDELETE instead of DELETETEXT. --- doc/ScintillaHistory.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 198ffba68..7d7ef53d5 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -581,6 +581,10 @@ Bug #2094.
  • + Fix text reported for deletion with accessibility on GTK. + Bug #2095. +
  • +
  • Fix flicker when inserting primary selection on GTK. Bug #2087.
  • -- cgit v1.2.3