Opened 17 years ago
Closed 17 years ago
#218 closed defect (fixed)
Cannot add layers in web studio
Reported by: | ShadowChaser | Owned by: | zjames |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Web Studio | Version: | 1.2.0 |
Severity: | critical | Keywords: | |
Cc: | External ID: |
Description
When attempting to edit maps using web studio, it's impossible to add a layer to the map.
Reproduction steps: (using Firefox 2.0.0.4 for Windows XP SP2)
- Install MapGuide server
- Install MapGuide web extensions using the standard "IIS" install
- Access web studio using a remote IP (ie/ http://120.120.120.120/mapstudio/)
- Add a new map. Under "Layers", select the "Groups" tab.
- Select the "Map" root layer node
- Click the "Add layer" button
- Select a layer in the dialog, press "select"
- Nothing happens - the dialog is still visible, no layer is selected and added to the list.
I've marked the severity critical since web studio is unusable without being able to add layers.
Change History (2)
comment:1 by , 17 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed by removing console.log calls. (revision 1852)
Note:
See TracTickets
for help on using tickets.
I was able to reproduce this with a standard apache install and ie6 on Windows XP SP2. Some debug code calling console.log() in WSView.js causes a javascript error on ie so the chosen layer isn't added to the map.