diff options
| author | Colomban Wendling <ban@herbesfolles.org> | 2019-04-05 14:00:01 +0200 |
|---|---|---|
| committer | Colomban Wendling <ban@herbesfolles.org> | 2019-04-05 14:00:01 +0200 |
| commit | 56792245ec9cd636f56b3dd9e837f12ca8d699e9 (patch) | |
| tree | 9b4faca445aebdae237c3687001287174d7ee496 /doc/ScintillaHistory.html | |
| parent | ca6ad60c453ecc2a79458c24dc38a1b46d55cf8b (diff) | |
| download | scintilla-mirror-56792245ec9cd636f56b3dd9e837f12ca8d699e9.tar.gz | |
Backport: 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.
Backport of changeset 7406:0a937b4c0b2b.
Diffstat (limited to 'doc/ScintillaHistory.html')
| -rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 8aa71263e..262813ab1 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -570,6 +570,10 @@ <a href="https://sourceforge.net/p/scintilla/bugs/2094/">Bug #2094</a>. </li> <li> + Fix text reported for deletion with accessibility on GTK. + <a href="https://sourceforge.net/p/scintilla/bugs/2095/">Bug #2095</a>. + </li> + <li> Fix flicker when inserting primary selection on GTK. <a href="https://sourceforge.net/p/scintilla/bugs/2087/">Bug #2087</a>. </li> |
