-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes #2506 - Extract autogrow feature from bugform and apply to comment #2513
Conversation
Travis tests have failedHey @Regaddi, 1st Buildnosetests
npm run test:js -- --reporters="runner" --firefoxBinary=`which firefox`
|
Blah, I need to figure out #2375... |
oooo, crud. I need to make that directory if it doesn't already exist. Thanks @laghee! |
* License, v. 2.0. If a copy of the MPL was not distributed with this | ||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ | ||
|
||
/*eslint new-cap: ["error", { "capIsNewExceptions": ["Deferred"] }]*/ |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This PR fixes issue #2506
Proposed PR background
Please provide enough information so that others can review your pull request:
This change will add auto-expand functionality on the new comment textfield on an issue details page.