Ticket #1998 (closed Bug: fixed)

Opened 2 months ago

Last modified 2 months ago

FCKTools.CreateXmlObject, for IE, should use the native XMLHttpRequest available with IE7

Reported by: fredck Assigned to: fredck
Priority: Normal Milestone: FCKeditor 2.6
Component: General Version: SVN
Keywords: Confirmed IE Review+ Cc:

Description

IE7 introduced native support for XMLHttpRequest, so we must use it whenever possible.

Attachments

1998.patch (1.1 kB) - added by fredck on 03/22/08 13:13:52.
1998_2.patch (1.1 kB) - added by fredck on 03/22/08 13:16:29.
1998_3.patch (1.6 kB) - added by fredck on 03/22/08 13:23:29.

Change History

03/19/08 10:38:04 changed by martinkou

  • owner set to martinkou.
  • status changed from new to assigned.

03/22/08 13:13:52 changed by fredck

  • attachment 1998.patch added.

03/22/08 13:15:46 changed by fredck

Please ignore this patch... it contains a debug alert.

03/22/08 13:16:29 changed by fredck

  • attachment 1998_2.patch added.

03/22/08 13:16:56 changed by fredck

  • keywords changed from Confirmed IE to Confirmed IE Review?.
  • owner changed from martinkou to fredck.
  • status changed from assigned to new.

03/22/08 13:17:05 changed by fredck

  • status changed from new to assigned.

03/22/08 13:19:44 changed by alfonsoml

  • keywords changed from Confirmed IE Review? to Confirmed IE Review-.

The filebrowser also uses a XMLHttpRequest object that should be updated

03/22/08 13:23:29 changed by fredck

  • attachment 1998_3.patch added.

03/22/08 13:24:37 changed by fredck

  • keywords changed from Confirmed IE Review- to Confirmed IE Review?.

The File Browser was already using the native one, but I've changed it to match the ajaxpatterns proposal for it.

03/22/08 13:43:48 changed by alfonsoml

  • keywords changed from Confirmed IE Review? to Confirmed IE Review+.

Ok, I should have looked before :)

03/22/08 13:56:05 changed by fredck

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

Fixed with [1772]. Click here for more info about our SVN system.