Opened 14 years ago
Closed 14 years ago
#1397 closed defect (fixed)
When the length of TaskPane url is less than 8, there will be a exception
Reported by: | hubu | Owned by: | hubu |
---|---|---|---|
Priority: | medium | Milestone: | |
Component: | General | Version: | 2.1.0 |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
- create a simple html, and named it as 1.html(note: the name length should less than 8). Or you can use the attached 1.html file as your test page.
- Put the 1.html file to the mapguide/mapgudieajaxviwer/ folder
- In the MG Studio, open a basic weblayout. In the setting panel, input the "1.html" as the value of "URL for home task displayed in the Task Pane"
- Preview this weblayout in the browser.
Result: An exception thrown: Index and length must refer to a location within the string. Parameter name: length
Attachments (2)
Change History (3)
by , 14 years ago
by , 14 years ago
Attachment: | Fix of this ticket.patch added |
---|
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This is the fix of this ticket