#1467 closed defect (worksforme)
dojo.widget.validate is using a deprecated function
Reported by: | Owned by: | Adam Peller | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.3 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
I'm using the subversion version of dojo, and I'm getting this warning message:
DEBUG: DEPRECATED: dojo.widget.Manager.getImplementationName Could not locate widget implementation for "timetextbox" in "dojo.widget" registered to namespace "dojo". Developers must specify correct namespaces for all non-Dojo widgets -- will be removed in version: 0.5
Change History (6)
comment:1 Changed 15 years ago by
Milestone: | → 0.4 |
---|
comment:2 Changed 15 years ago by
Owner: | changed from bill to dylan |
---|---|
Status: | new → assigned |
Version: | → 0.3 |
comment:3 Changed 15 years ago by
Owner: | changed from dylan to Adam Peller |
---|---|
Status: | assigned → new |
comment:4 Changed 15 years ago by
Cc: | [email protected]… added |
---|
if you try and do a dojo.provide("dojo.widget.validate.subWidgetInValidateFile"); you get an error impl not defined but the depracation warnings go away... and the page partially loads....
Maybe the NS changes need to loosen the ropes a bit to allow this, otherwise we will have to break each validate widget into a new file it seems....
comment:5 Changed 15 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
I think this has gone away since the validate refcator and namespaces/dojo.js updates. Please reopen if still a problem.
peller, I'm not sure how, or if it is even possible, to add namespaces to dojo.js for things like dojo.widget.validate.TimeTextBox?, iven that they all live inside dojo.widget.validate.js ...