#12375 closed defect (fixed)
refactor dijit.form.Textarea to create a lighter dojox.mobile.ExpandingTextArea
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Dijit - Form | Version: | 1.6.0 |
Keywords: | 1.7-mobile | Cc: | Shane O'Sullivan |
Blocked By: | Blocking: |
Description
Change History (8)
comment:1 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Keywords: | 1.7-mobile added |
---|
comment:3 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
comment:4 Changed 9 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
I just tried ExpandingTextAreaMixin.html on IE8, both on trunk and back in [23959]. I'm getting test failures like:
LOG: debug: _AssertFailure: doh._AssertFailure: assertEqual() failed: expected 20 but got null with hint: dijit original maxLength
comment:5 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
(In [23959]) Fixes #12375. Refactor dijit.form.TextArea? by splitting out the core function into _ExpandingTextAreaMixin.js. Create dojox.mobile.ExpandingTextArea? from this mixin and without the _Templated dependency. Also create dojox.mobile.TextArea? as a thin wrapper to an HTML textarea so that MVC works. Added a basic automated test ExpandingTextAreaMixin?.html.