MapGuide Open Source:  Home |  Download |  Internals

Ticket #222 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Flyout menu in the toolbar shows the command name and not the command label

Reported by: brucedechant Assigned to: brucedechant
Priority: medium Milestone: 2.0
Component: AJAX Viewer Version: 1.2.0
Severity: minor Keywords:
Cc: External ID:

Description

The flyout menu in the AJAX client shows the command name and not the command label as expected.

Note: This also happens for the DWF viewer.

Change History

07/03/07 13:03:30 changed by brucedechant

Notes from Måns Beckman:

When I was translating MapGuide? into Swedish I found that the flyout menu in the toolbar shows the command name and not the command label set in MGS. I found where the error was and downloaded the code from the trac.

What I do is simply correcting root/trunk/MgDev/Web/src/viewerfiles/ajaxmappane.templ so that row 1037 says the same thing as 986, changing cmd.name to item.name. I think the same change should be applied to row 482 in root/trunk/MgDev/Web/src/viewerfiles/dwfmappane.templ but I haven't made a real diff for that.

07/03/07 13:03:46 changed by brucedechant

  • status changed from new to assigned.
  • owner set to brucedechant.

07/03/07 13:06:17 changed by brucedechant

  • status changed from assigned to closed.
  • resolution set to fixed.