summaryrefslogtreecommitdiff
path: root/spec/javascripts/behaviors
Commit message (Collapse)AuthorAgeFilesLines
* resolve all instances of no-undef eslint rule violationsclean-no-undefMike Greiling2016-12-141-1/+1
|
* explicitly disable eslint inlineexplicitly-disable-eslint-inlineLuke "Jared" Bennett2016-11-153-3/+3
|
* disable ESLint for all JavaScript fileswinniehell2016-10-263-0/+3
|
* Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard2016-09-081-0/+3
|
* ES6ify all the things!Fatih Acet2016-07-246-130/+158
|
* Added tests for award emoji feature.Fatih Acet2016-06-061-11/+11
|
* Allow manual resize of js-autosize textareasrs-relax-autosizeRobert Speicher2016-02-011-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-submitRobert Speicher2015-10-071-4/+1
| | | | | phantomjs < 2.0 doesn't support creating `KeyboardEvent` so the tests were failing on CI
* Check originalEvent.repeatRobert Speicher2015-10-071-1/+9
|
* Add "Quick Submit" JS behaviorRobert Speicher2015-10-071-0/+65
|
* Add "Requires Input" JS behaviorRobert Speicher2015-06-261-0/+49