Bug Tracker

Modify

Ticket #9993 (closed bug: duplicate)

Opened 22 months ago

Last modified 22 months ago

Jquery throws IE8 specific error

Reported by: daniel.diaz@… Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.6.2
Keywords: Cc:
Blocking: Blocked by:

Description

IE8 throws an error when arrives to resolveWith: function( context, args ) { ...... try {..} finally { ...},

It happens cause IE8 needs try / catch / finally, I'm not sure, but I think it was implemented on IE9.

To fix the issue, just adding a catch clause. For instance:

resolveWith: function( context, args ) { ......

try {..} catch(e){ Added by Niel 06.08.211 to fix. } finally { ...},

Thank you so much,

Daniel

Change History

comment:1 Changed 22 months ago by rwaldron

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

comment:2 Changed 22 months ago by rwaldron

Duplicate of #9033.

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.