Opened 14 years ago

Closed 14 years ago

#1191 closed defect (fixed)

Ajax viewer fail to display when map named with bracket.

Reported by: liuar Owned by:
Priority: medium Milestone:
Component: AJAX Viewer Version: 2.0.2
Severity: minor Keywords:
Cc: jenny.he@… External ID: 1281205

Description

  1. Create a map definition named map (2)
  2. Create one basic web layout with the map.
  3. View in IE.

Results:
Nothing displayed in layout.

Expected results:
The layout should display correctly.

Change History (2)

comment:1 by liuar, 14 years ago

[Analysis]
In viewerfiles/utils.js brackets are replaced wih "%%28" and %%29", which should be "%28" and "%29". So, there will be a resource not found exception, because %%28 and %%29 will not be decoded to brackets

comment:2 by liuar, 14 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.