1. 03 Feb, 2016 2 commits
  2. 02 Feb, 2016 37 commits
  3. 01 Feb, 2016 1 commit
    • Robert Speicher's avatar
      Merge branch 'rs-relax-autosize' into 'master' · 7df149bb
      Robert Speicher authored
      Allow manual resize of js-autosize textareas
      
      First, the autosize library was being too controlling and removed the
      `resize` property from any elements to which it was attached, removing
      the drag handle. We've disabled this behavior in the vendored library
      and added a spec to prevent a regression during an upgrade.
      
      Second, we detect (as best we can) when the user manually resizes an
      autosize textarea, and then remove the autosize behavior from it and
      increase its max-height.
      
      This should allow for the best of both worlds.
      
      Closes #12832
      
      See merge request !2653
      7df149bb