Opened 12 years ago

Closed 12 years ago

#1969 closed defect (fixed)

Remove error alert messages to users in ajaxmappane.templ

Reported by: gabrimonfa Owned by:
Priority: low Milestone:
Component: General Version: 2.2.0
Severity: trivial Keywords:
Cc: External ID:

Description

When errors occur in requests issued by ajaxmappane.templ, users are presented with a javascript alert which is not informative nor localized.

Since the issue is always not "user serviceable" and almost always all continues to work correctly after the alert, there no need to display it to the users.

Refining error messages has been already the subject of several closed tickets but no one apply perfectly.

I propose to comment out the "alert" in the following function of ajaxmappane.templ:

RequestFailed(text)

and maybe in

OnMapOverlayImageLoadedError(e)

Change History (1)

comment:1 by jng, 12 years ago

Resolution: fixed
Status: newclosed

Fixed r6549

Note: See TracTickets for help on using tickets.