#12368 closed defect (fixed)
refactor dijit.form.TextBox to create a lighter dojox.mobile.TextBox
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 (16)
comment:1 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
Cc: | Shane O'Sullivan added |
---|
comment:3 Changed 11 years ago by
(In [23948]) References #12368. Change ComboBox? and FilteringSelect? to not hard code in inheritance chains and to use this.inherited instead.
comment:4 Changed 11 years ago by
comment:5 Changed 11 years ago by
comment:7 Changed 11 years ago by
(In [23991]) The _setTypeAttr: null setting should only be for templated widgets (where the template has ${type}). If it's inherited into dojox.mobile.TextBox then it will break programmatic creation (i.e. the widget will be created but the user-specified type will be ignored).
Also removing some duplicated comments.
Refs #12368 !strict.
comment:8 Changed 11 years ago by
comment:9 Changed 11 years ago by
comment:10 Changed 11 years ago by
comment:11 Changed 11 years ago by
comment:12 Changed 11 years ago by
comment:13 Changed 11 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [23945]) Fixes #12368. Refactor dijit.form.TextBox? by splitting out the core function into _TextBoxMixin.js. Also split out most of _FormWidget.js into _FormWidgetMixin.js to remove the _Templated dependency. Combine these mixin's to create dojox.mobile.TextBox?. Added a basic automated test TextBoxMixin?.html.