Merge lp:~bac/juju-gui/autosize-plugin into lp:juju-gui/experimental
Status: | Needs review |
---|---|
Proposed branch: | lp:~bac/juju-gui/autosize-plugin |
Merge into: | lp:juju-gui/experimental |
Diff against target: |
339 lines (+289/-0) 5 files modified
Makefile (+2/-0) app/modules-debug.js (+5/-0) app/plugins/textarea-autosize.js (+191/-0) test/index.html (+1/-0) test/test_textarea_autosize.js (+90/-0) |
To merge this branch: | bzr merge lp:~bac/juju-gui/autosize-plugin |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Juju GUI Hackers | 2013-04-30 | Pending | |
Review via email:
|
Description of the change
Add textarea-autosize plugin.
Brad Crittenden (bac) wrote : | # |
Madison Scott-Clary (makyo) wrote : | # |
Code LGTM, didn't QA yet, but can if needed
https:/
File app/plugins/
https:/
app/plugins/
this._autoSizeH
Remove or add comment as to why this is commented out.
https:/
app/plugins/
textarea.value + options.append;
Remove or explain.
https:/
app/plugins/
short timeout to avoid IE wetting
This seems like a safe enough flag to have around, but will defer to
others.
Unmerged revisions
- 633. By Brad Crittenden on 2013-04-30
-
lint
- 632. By Brad Crittenden on 2013-04-30
-
Remove describe.only
- 631. By Brad Crittenden on 2013-04-30
-
More tests
- 630. By Brad Crittenden on 2013-04-30
-
wire up autosize tests
- 629. By Brad Crittenden on 2013-04-30
-
Added NS to plugin
- 628. By Brad Crittenden on 2013-04-30
-
Add app/plugins
- 627. By Brad Crittenden on 2013-04-30
-
Added textarea autosize plugin
Reviewers: mp+161685_ code.launchpad. net,
Message:
Please take a look.
Description:
Add textarea-autosize plugin.
https:/ /code.launchpad .net/~bac/ juju-gui/ autosize- plugin/ +merge/ 161685
(do not edit description out of merge proposal)
Please review this at https:/ /codereview. appspot. com/9024045/
Affected files: debug.js textarea- autosize. js textarea_ autosize. js
M Makefile
A [revision details]
M app/modules-
A app/plugins/
M test/index.html
A test/test_