Opened 14 years ago
Closed 14 years ago
#6243 closed defect (fixed)
[meta] deprecate dojox.widget form widgets
Reported by: | nathan | Owned by: | nathan |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | DojoX Widgets | Version: | 1.0 |
Keywords: | Cc: | dante, wolfram | |
Blocked By: | Blocking: |
Description (last modified by )
This bug is to track the list of widgets that should probably be moved from dojox.widget into dojox.form. This issue is *just* to perform the move - the "extras" listed in my comments below can be logged as separate issues at a later date.
Widget list (completed items):
dojox.widget.ColorPicker? - should be moved to dojox.form._ColorPicker and a new form widget- dojox.form.ColorPickerTextBox? should be created to leverage it as a popup - this is the only new code that would be needed as a part of this move.dojox.widget.FileInput? should be moved to dojox.form.FileInput?dojox.widget.MultiComboBox? should be moved to dojox.form.MultiComboBox?dojox.widget.Rating should be moved to dojox.form.Ratingdojox.widget.TimeSpinner? should be moved to dojox.form.TimeSpinner?
Also - still undecided whether or not stubs are needed.
Change History (21)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
dojox.widget.FileInput? should be moved to dojox.form.FileInput? - and it should be "fixed" so that it can be dropped into a form and "Just Work" (as noted in the test case for it)
comment:3 Changed 14 years ago by
dojox.widget.MultiComboBox? should be moved to dojox.form.MultiComboBox? - and possibly it should accept arrays for its "getValue/setValue" functions - similar to dijit.form.MultiSelect?. (I'm not yet sure how it currently accepts its values). It could still accept comma-separated values in the text box, and display them as such to the user.
comment:4 Changed 14 years ago by
dojox.widget.Rating should be moved to dojox.form._Rating and a new form widget - dojox.form.RatingFormWidget? should be created that layers between the form and the widget.
comment:5 Changed 14 years ago by
dojox.widget.TimeSpinner? should be moved to dojox.form.TimeSpinner?.
comment:6 Changed 14 years ago by
Summary: | Move form-based widgets from dojox.widget into dojox.form → [meta] deprecate dojox.widget form widgets |
---|
comment:7 Changed 14 years ago by
Cc: | dante → dante, |
---|---|
Description: | modified (diff) |
comment:8 Changed 14 years ago by
Cc: | wolfram added |
---|
comment:9 Changed 14 years ago by
(In [13416]) refs #6410 - start of mousedown and keyboard handling in ColorPicker? refs #6243 - removes dojox.widget.ColorPicker? replaced by dojox.form._ColorPicker without deprecation! If we find it necessary, we can put a stub in dojox.widget to alias the two, though can't during this checkin and might not even be necessary.
comment:10 Changed 14 years ago by
(In [14148]) Refs #6243 - move FileInput? widget from dojox.widget to dojox.form !strict
comment:13 Changed 14 years ago by
Description: | modified (diff) |
---|---|
Status: | new → assigned |
comment:14 Changed 14 years ago by
Description: | modified (diff) |
---|
comment:18 Changed 14 years ago by
Description: | modified (diff) |
---|
comment:19 Changed 14 years ago by
Description: | modified (diff) |
---|
comment:20 Changed 14 years ago by
(In [14250]) Refs #6243 - Move color picker back to dojox.widget.ColorPicker? to keep in line with other widgets.
comment:21 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
All that is left is to create stubs (if desired), and to create a color picker dropdown (again, if desired). Both of these can be tracked in separate tickets if they are wanted.
dojox.widget.ColorPicker? should be moved to dojox.form._ColorPicker and a new form widget - dojox.form.ColorPickerTextBox? should be created to leverage it as a popup.