Opened 15 years ago
Closed 15 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 ¶
- Create a map definition named map (2)
- Create one basic web layout with the map.
- View in IE.
Results:
Nothing displayed in layout.
Expected results:
The layout should display correctly.
Change History (2)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
[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