Merge branch 'develop' into Jalview-JS/develop
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Thu, 4 Apr 2019 07:21:43 +0000 (08:21 +0100)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Thu, 4 Apr 2019 07:21:43 +0000 (08:21 +0100)
1  2 
src/jalview/gui/CutAndPasteHtmlTransfer.java

@@@ -143,13 -143,12 +143,14 @@@ public class CutAndPasteHtmlTransfer ex
    {
      textarea.setDocument(textarea.getEditorKit().createDefaultDocument());
      textarea.setText(text);
+     textarea.setCaretPosition(0);
    }
  
    @Override
    public void save_actionPerformed(ActionEvent e)
    {
 +    // TODO: JAL-3048 JalviewFileChooser - Save option
 +
      JalviewFileChooser chooser = new JalviewFileChooser(
              jalview.bin.Cache.getProperty("LAST_DIRECTORY"));