OpenLayers OpenLayers

Ticket #1097 (closed bug: fixed)

Opened 1 year ago

Last modified 1 year ago

Problem with synchronous Ajax requests in IE

Reported by: bphilippot Assigned to:
Priority: minor Milestone: 2.6 Release
Component: general Version: 2.5
Keywords: Cc:
State:

Description

This patch fixes the problem with synchronous Ajax requests not functional with IE. Made from prototype.js 1.5.5.1.

Attachments

patch_ajax.diff (1.2 kB) - added by bphilippot on 10/17/07 10:16:15.
patch_ajax.2.diff (0.5 kB) - added by pgiraud on 11/22/07 03:23:43.

Change History

10/17/07 10:16:15 changed by bphilippot

  • attachment patch_ajax.diff added.

10/17/07 10:19:53 changed by crschmidt

  • milestone set to 2.6 Release.

10/17/07 10:21:08 changed by crschmidt

  • keywords deleted.
  • status changed from new to closed.
  • resolution set to fixed.

(In [4990]) Fix synchronous Ajax requests in IE. Reported by bphilippot (Closes #1097)

11/21/07 13:15:11 changed by pgiraud

  • status changed from closed to reopened.
  • resolution deleted.

Now, on FF 2.0, the onStateChange (onSuccess) callback method is called twice when request is synchronous. There is no problem on FF 3.0.

11/22/07 03:23:08 changed by pgiraud

New attached patch applies the revelant modifications made in prototype to get the synchronous request working correctly.

11/22/07 03:23:43 changed by pgiraud

  • attachment patch_ajax.2.diff added.

11/22/07 03:25:51 changed by pgiraud

Sorry, I got too quick on this ! The patch needs reworking. We should consider update the whole Ajax thing and not only some parts.

(follow-up: ↓ 7 ) 11/22/07 10:07:31 changed by pgiraud

  • status changed from reopened to closed.
  • resolution set to fixed.

See #1070.

(in reply to: ↑ 6 ) 11/22/07 10:08:15 changed by pgiraud

Sorry wrong ticket number. See #1170