Opened 14 years ago

Closed 14 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:

  1. Open one flexible web layout with TurquoiseYellow as template.
  2. 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.

Change History (1)

comment:1 by liuar, 14 years ago

Resolution: fixed
Status: newclosed

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.

Note: See TracTickets for help on using tickets.