Opened 9 years ago
Closed 9 years ago
#14966 closed defect (fixed)
demos/mobileGeoCharting: updates needed to resync with dojox.mobile 1.8 (dojo-trunk).
Reported by: | Adrian Vasiliu | Owned by: | cjolif |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | General | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
Updates are needed in demos/mobileGeoCharting to cope with the changes in the dojo-trunk (Dojo 1.8) version of dojox.mobile.
Reproduced with http://svn.dojotoolkit.org/src/view/anon/all/trunk as of 6 March 2012.
How to reproduce:
- Launch demos/mobileGeoCharting/demo.html in a desktop browser.
==> The console contains: GET http://9.128.82.71:8020/dojo-trunk/dojox/mobile/themes/common/SpinWheel.css 404 (Not Found) Uncaught TypeError?: Object [Widget dojox.mobile.SpinWheelSlot?, yearSlot] has no method 'getValue' src.js:28
- Modify demos/mobileGeoCharting/src.js to add the import of demos/mobileGeoCharting/demo.html and launch again.
==> The console contains: GET http://9.128.82.71:8020/dojo-trunk/dojox/mobile/themes/common/SpinWheel.css 404 (Not Found) [MIG:error] SpinWheel?.css is no longer in the themes/common folder. It is in a device theme folder. migrationAssist.js:293[MIG:fixed] SpinWheelSlot?: dojox.mobile.parser no longer accepts array-type attribute like labels="['A','B','C','D','E']". Specify as labels="A,B,C,D,E" instead. migrationAssist.js:438[MIG:fixed] SpinWheelSlot?: getValue() is no longer supported. Use get("value") instead.
Attachments (1)
Change History (5)
comment:1 Changed 9 years ago by
Description: | modified (diff) |
---|---|
Owner: | set to cjolif |
Status: | new → assigned |
comment:2 Changed 9 years ago by
comment:3 Changed 9 years ago by
Milestone: | tbd → 1.8 |
---|---|
Priority: | undecided → high |
Version: | 1.7.2 |
The patch is IBM, CCLA.