Opened 10 years ago
Closed 10 years ago
#11886 closed defect (fixed)
dijit.form validate bundle is missing
Reported by: | Craig Baker | Owned by: | Rawld Gill |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | Dijit | Version: | 1.5 |
Keywords: | dijit form validate locale | Cc: | |
Blocked By: | Blocking: |
Description
Error message (at least in firefox):
Bundle not found: validate in dijit.form , locale=en-us
Error is present in the nightly build of dijit as of 10/26/10:
http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/form/test_validate.html
I'm using Firefox 3.6.12pre on Ubuntu 10.04 LTS.
The same error is present through Chrome 8.0.552.11 dev.
This line seems to be initiating the error, though in and of itself it looks fine: [found in dijit/form/ValidationTextBox.js line 237]
this.messages = dojo.i18n.getLocalization("dijit.form", "validate", this.lang);
Also, in my custom build, dijit.nls exists as an object, but dijit.form.nls does not exist.
Change History (3)
comment:1 Changed 10 years ago by
Component: | General → Dijit |
---|---|
Owner: | changed from anonymous to Rawld Gill |
comment:2 Changed 10 years ago by
Looks like its fixed in the nightly build, and after grabbing the new svn updates, my custom build works without errors as well.
Thanks!
comment:3 Changed 10 years ago by
Milestone: | tbd → 1.6 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Probbly from the AMD refactor?