Opened 11 years ago

Closed 11 years ago

#563 closed defect (fixed)

JS Error when using SelectionRendererHorizontal

Reported by: wrightc Owned by: jng
Priority: P2 Milestone: Future
Component: Widgets Version: 2.0
Severity: Minor Keywords:
Cc: Browser: All
External ID: Operating System: All
state: New

Description

The Fusion.Widget.SelectionPanel.SelectionRendererHorizontal is giving the error "this.getMapLayer is not a function" when it is chosen instead of the SelectionRendererDefault. This is referring to line 508:

var mapLayers = this.getMapLayer().aLayers;

It looks as if getMapLayer() was going to be broken out as a separate method of SelectionRenderer at some point but this was never implemented? (MapGuide 2.4)

Change History (2)

comment:1 by jng, 11 years ago

Owner: changed from madair to jng
Status: newassigned

comment:2 by jng, 11 years ago

Resolution: fixed
Status: assignedclosed

Fixed r2683

Note: See TracTickets for help on using tickets.