[mapguide][MG75][Modified] Web layout status bar does not correctly show position

Alain Lebatard alain.lebatard at autodesk.com
Fri Mar 10 12:59:23 EST 2006


You can view the artifact detail at the following URL:

    https://mapguide.osgeo.org/servlets/Scarab/id/MG75

Type:
Defect

Artifact ID:
MG75 (Web layout status bar does not correctly show position)

Modified by:
Alain Lebatard
alainlebatard (alain.lebatard at autodesk.com)

The following modifications were made to this artifact:
---------------------------------------------------------------------

-- Resolution Description set to new value:
An image in HTML is usually loaded by setting a URL to an image file in the 'src' attribute of the image element. However in the task bar, the images are loaded by Javascript code during the initialization of the HTML page, so the 'src' attribute was left blank.

The side-effect of having src="" in the HTML code is that the browser was actually making a request with no document specified (just the base URL /mapguide/mapviewerajax/). Because we setup Aliases in the web server to map this base URL to the AJAX viewer script, an unwanted request to the ajax viewer main frame was made.

The fix is to not leave the 'src' attribute blank, but make a request to an empty image instead. 
 
-- Resolution set to new value:
Submitted
-- Artifact Status changed:
Old value:
Assigned
New value:
Resolved



---------------------------------------------------------------------
This message was automatically generated by Project Tracker.








More information about the Mapguide_issues mailing list