Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow manual resize of js-autosize textareasrs-relax-autosize | Robert Speicher | 2016-02-01 | 1 | -0/+11 |
| | | | | | | | | | | | | | | 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. Second, we detect 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 | ||||
* | Check originalEvent.repeat *and* event.repeatrs-quick-submit | Robert Speicher | 2015-10-07 | 1 | -4/+1 |
| | | | | | phantomjs < 2.0 doesn't support creating `KeyboardEvent` so the tests were failing on CI | ||||
* | Check originalEvent.repeat | Robert Speicher | 2015-10-07 | 1 | -1/+9 |
| | |||||
* | Add "Quick Submit" JS behavior | Robert Speicher | 2015-10-07 | 1 | -0/+65 |
| | |||||
* | Add "Requires Input" JS behavior | Robert Speicher | 2015-06-26 | 1 | -0/+49 |