#1593 closed defect (fixed)
Slider widgets not in dojo namespace manifest
Reported by: | Owned by: | Adam Peller | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.4 |
Keywords: | Slider manifest namespace | Cc: | |
Blocked By: | Blocking: |
Description
The Slider widgets are missing from the mapping defined in dojo/src/namespaces/dojo.js The following 3 lines are required in the mapping:
"slidervertical":"dojo.widget.Slider", "sliderhorizontal":" dojo.widget.Slider", "slider":"dojo.widget.Slider",
Without these three lines, auto loading for the slider widgets will not work.
Change History (5)
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 14 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
The issue was with the Slider widgets, and the Spinner widgets were altered by mistake.
comment:3 Changed 14 years ago by
Milestone: | → 0.4.1 |
---|
Yep. My bad.
However, the proposed patch alone does not fix the problem. The plain slider widget fails in the test.
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
(In [6017]) rename spinner widgets, mark time and real ones experimental. Fixes #1609, #1579, #1593