Page MenuHomePhabricator

UploadWizard - IE6 adding categories causes error
Closed, ResolvedPublic

Description

Author: neilk

Description:
IE6 complains that the 'abort' property doesn't exist on the XMLHttpRequest object. Curiously, the usual methods of circumventing this don't work.


Version: unspecified
Severity: enhancement

Details

Reference
bz26494

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:20 PM
bzimport added a project: UploadWizard.
bzimport set Reference to bz26494.

neilk wrote:

The problem is caused by a very strange nonstandard behaviour of IE6: typeof req.abort === 'unknown'. Fixed in r79226.