You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2014/08/02 11:23:36 UTC

svn commit: r1615293 - /jmeter/trunk/xdocs/changes.xml

Author: sebb
Date: Sat Aug  2 09:23:36 2014
New Revision: 1615293

URL: http://svn.apache.org/r1615293
Log:
Document known issue with MacOSX LAF

Modified:
    jmeter/trunk/xdocs/changes.xml

Modified: jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1615293&r1=1615292&r2=1615293&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml (original)
+++ jmeter/trunk/xdocs/changes.xml Sat Aug  2 09:23:36 2014
@@ -107,6 +107,16 @@ With Oracle Java 7 and Mac Book Pro Reti
 This is a known Java bug, see Bug <a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8000629" >JDK-8000629</a>.
 A workaround is to use a Java 7 update 40 runtime which fixes this issue.
 </li>
+
+<li>
+Cut and Paste don't work on MacOSX with all LookAndFeel types.
+The default value for MacOSX is System, which should work OK.
+The current setting is logged at start-up, for example:
+<pre>
+jmeter.gui.action.LookAndFeelCommand: Using look and feel: com.apple.laf.AquaLookAndFeel [Mac OS X, System] 
+</pre>
+</li>
+
 </ul>
 
 <!-- =================== Incompatible changes =================== -->