Opened 15 years ago
Closed 15 years ago
#340 closed defect (fixed)
View: Nothing shown in each panel by View with TurquoiseYellow as template.
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: | 1282533 | Operating System: | All |
state: | New |
Description
Report from Autodesk QA. Steps:
- Open one flexible web layout with TurquoiseYellow as template.
- View -> Show Legend Panel.
Results: The panel is empty. LimeGold has the same issue.
Expected results: The legend panel should show all layers or groups legends.
Note:
See TracTickets
for help on using tickets.
The method setActiveTab() of Jx.TabSet will be invoked while user selects Show Legend Panel in View widget. Howerve, it seems that this method was not designed for selection changing in View widget but button clicking on the TabBox, which will not active the selected tab. Button click in the TabBox will invoke setActive(true) method in tab items which will call setActiveTab(), so we can simply update method tabBox.tabSet.setActiveTab(tab) to tab.setActive(true) in MapGuide templates;
This defect will be fixed in MapGudie code.