Modify ↓
Ticket #10508 (closed bug: duplicate)
Complete incompatibility with ie8
| Reported by: | kurtsassenrath@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | None |
| Component: | unfiled | Version: | 1.6.4 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
IE8 is not compatible with jQuery 1.6.4, it gives the following error:
This command is not supported, line 1019
finally {
fired = [ context, args ]; firing = 0;
}
Change History
comment:1 Changed 19 months ago by timmywil
- Status changed from new to closed
- Resolution set to duplicate
comment:3 Changed 19 months ago by sergei.haller@…
Please reopen this bug. #9033 was fixed by removing the whole try-finally from the callback (see comment 26 there)
At line 1019, IE8 in compatibility mode still (1.6.4) throws an error. a "catch (pseudoError) {}" helps
comment:4 Changed 19 months ago by timmywil
Please check the latest version of jQuery. http://code.jquery.com/jquery-git.js I don't see a try/catch anywhere near that line.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.
