Mention Bug 60816 in release notes under Known problems section

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1785393 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Philippe Mouawad 2017-03-03 21:25:19 +00:00
parent fa70da1361
commit e2bf8cf371
1 changed files with 5 additions and 1 deletions

View File

@ -375,7 +375,11 @@ Apologies if we have omitted anyone else.
<!-- =================== Known bugs or issues related to JAVA Bugs =================== -->
<ch_section>Known problems and workarounds</ch_section>
<ul>
<li>View Results Tree may freeze rendering large response particularly if this response has no spaces, see <bugzilla>60816</bugzilla>.
This is due to an identified Java Bug <a href="https://bugs.openjdk.java.net/browse/JDK-8172336">UI stuck when calling JEditorPane.setText() or JTextArea.setText() with long text without space</a>.
</li>
</ul>
<ul>
<li>The Once Only controller behaves correctly under a Thread Group or Loop Controller,
but otherwise its behaviour is not consistent (or clearly specified).</li>