#73 closed defect (fixed)
need to initialize units when viewOptions widget is not used
Reported by: | madair | Owned by: | madair |
---|---|---|---|
Priority: | P2 | Milestone: | 1.0.7 |
Component: | Widgets | Version: | 1.0.6 |
Severity: | Major | Keywords: | |
Cc: | Browser: | All | |
External ID: | Operating System: | All | |
state: | New |
Description
the setting units for various widgets currently happens in the ViewOptions widget. If that widget is not included in an AppDef, then widgets depending on the viewOptions widget will not be initialized and units appear as "unk". Solution is to move the init method into the Map object and called on MAP_LOADED event.
Change History (4)
comment:1 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 by , 16 years ago
Note:
See TracTickets
for help on using tickets.
(In [1416]) closes #73: move init of viewOptions into Map object