Bug Tracker

Modify

Ticket #7392 (closed bug: duplicate)

Opened 3 years ago

Last modified 15 months ago

ajax async:false does not properly block in IE7/IE8

Reported by: KingKaeru Owned by:
Priority: undecided Milestone: 1.5
Component: unfiled Version: 1.4.3
Keywords: Cc:
Blocking: Blocked by:

Description

jQuery ajax requests do not appear to be blocking properly when async is set to false.

The issue does not exist in firefox 3.6.* (and possibly others).

The issue exists in IE7 and IE8.

The issue exists in jQuery 1.4.3 and 1.3.2

I have attached a sample case to reproduce. In firefox, you will notice that the counter increments from 0 to 1000. In IE, the browser only displays the final number and we do not see a visual update of the counter.

Change History

comment:1 Changed 3 years ago by SlexAxton

  • Status changed from new to closed
  • Resolution set to duplicate

comment:2 Changed 3 years ago by SlexAxton

Duplicate of #7391.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.