aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--doc/ScintillaHistory.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 4e0ae1d81..0c98f2310 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -597,7 +597,9 @@
</li>
<li>
On Win32, limit text returned from WM_GETTEXT to the length specified in wParam.
- <a href="https://sourceforge.net/p/scintilla/bugs/2110/">Bug #2110</a>.
+ This could cause failures when using assistive technologies like NVDA.
+ <a href="https://sourceforge.net/p/scintilla/bugs/2110/">Bug #2110</a>,
+ <a href="https://sourceforge.net/p/scintilla/bugs/2114/">Bug #2114</a>.
</li>
<li>
Fix deletion of isolated invalid bytes.