Opened 11 years ago
Closed 11 years ago
#9770 closed defect (invalid)
grid(older version) does not work after custom build
Reported by: | kyuhocha | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | General | Version: | 1.3.1 |
Keywords: | custom build | Cc: | |
Blocked By: | Blocking: |
Description
I am using dojo version 1.3.1 to build my website. After I build my custom build of Dojo my grid does not show up, but everything else seems to be working fine. I am attaching the test example along with build profile I used.
Attachments (1)
Change History (3)
Changed 11 years ago by
Attachment: | test Case.zip added |
---|
comment:1 Changed 11 years ago by
If you move the dojo.require calls out of the dojo.addOnLoad calls does that fix it?
dojo.require calls for page init should be outside of the dojo.addOnLoad() callback, particularly since the djConfig="parseOnLoad: true" is present -- the JS modules for the dojoType values need to be loaded before the dojo.addOnLoad callback happens.
comment:2 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
No word back, but the advice to remove the require calls from the addOnLoad block should help fix things. Feel free to reopen if it does not.
test case for grid custom build