Merge branch 'stable-2.11'

* stable-2.11:
  Inline edit: Strip trailing blank lines from commit messages
  Tweak JS clipboard API integration to work on Firefox
  Include server config module in init step
  JarScanner: Fix minor typo in log message
  Silence meaningless warnings from JarScanner

Change-Id: Ie928190f4c8f31a1bbfcc640b5c7a9f4109de5ff
This commit is contained in:
David Pursehouse
2015-10-26 18:32:56 +09:00
7 changed files with 35 additions and 13 deletions

View File

@@ -274,6 +274,7 @@ public class CopyableLabel extends Composite implements HasText {
try {
t.setText(getText());
content.add(t);
t.setFocus(true);
t.selectAll();
boolean ok = execCommand("copy");