aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorColomban Wendling <ban@herbesfolles.org>2017-02-08 09:24:14 +1100
committerColomban Wendling <ban@herbesfolles.org>2017-02-08 09:24:14 +1100
commit9ba3a4e0e6ad8ff248bf71a27274fe0976e864ab (patch)
treea0842c317ba435e5bce5fb03d82aac4bfc021c08 /doc/ScintillaHistory.html
parent393c750b103cf86305ea4b9a78c8f8fe1504af26 (diff)
downloadscintilla-mirror-9ba3a4e0e6ad8ff248bf71a27274fe0976e864ab.tar.gz
Bug [#1907]. GTK: Prevent running signal handlers on a destroyed a11y object
Avoid crash when detaching the widget from the accessible object without destroying that widget. In such situations, the widget is still valid but we will have destroyed the orphaned accessible object. Thus, we must make sure we disconnected the signal handlers the late accessible had set up on the widget, as they won't be implicitly disconnected by widget finalization in this case.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index a6140d833..aef93f448 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -568,6 +568,10 @@
Newer APIs used on GTK+ 3.22 as older APIs were deprecated.
</li>
<li>
+ Fix crash in accessibility code on GTK+ due to signal receipt after destruction.
+ <a href="http://sourceforge.net/p/scintilla/bugs/1907/">Bug #1907</a>.
+ </li>
+ <li>
Make trackpad scrolling work on Wayland.
<a href="http://sourceforge.net/p/scintilla/bugs/1901/">Bug #1901</a>.
</li>