Opened 15 years ago
Closed 15 years ago
#350 closed defect (fixed)
External Providers widget doesn't work
Reported by: | jennyhe | Owned by: | madair |
---|---|---|---|
Priority: | P2 | Milestone: | Future |
Component: | Widgets | Version: | 1.1.1 |
Severity: | Major | Keywords: | |
Cc: | arthur.liu@… | Browser: | All |
External ID: | 1288337 | Operating System: | All |
state: | Committed |
Description
Report from Autodesk QA.
Steps:
- Open one flexible web layout with consume maps.
- Click External Providers widget.
Results: Nothing happened.
Expected results: The drop-down menu should display with all selected base layers.
Workaround: Per information from Arthur, click Map widget first, then it works.
Regression: Y G29.8 works correctly.
Attachments (1)
Change History (3)
comment:1 by , 15 years ago
by , 15 years ago
Attachment: | Patch350.patch added |
---|
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
state: | New → Committed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
[Analysis]
MAP_MAP_GROUP_LOADED event was triggered before basemapSwitcher could register it.
[Resolution]
Invoke setDefaultBasemap in basemapSwitcher itself, after setUiObject called.