Bug Tracker

Modify

Ticket #1947 (closed bug: invalid)

Opened 6 years ago

Last modified 5 years ago

JavaScript errors at page load with IE 5.01

Reported by: vdboor Owned by:
Priority: major Milestone: 1.2.2
Component: core Version: 1.2.1
Keywords: Cc:
Blocking: Blocked by:

Description

The jQuery scripts can't be loaded in IE 5.01. It ends with an "unexpected quantifier" error, at line 778 (copied below):

// Fix "XHTML"-style tags in all browsers
arg = arg.replace(/(<(\w+)[^>]*?)\/>/g, function(m, all, tag){
	return tag.match(/^(abbr|br|col|img|input|link|meta|param|hr|area)$/i)? m : all+"></"+tag+">";
});

Change History

comment:1 Changed 5 years ago by davidserduke

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

jQuery does not support IE5 any longer. Please see:

 http://docs.jquery.com/Browser_Compatibility

For what browsers are supported.

If this can happen in a supported browser please reopen the bug with an appropriate test case. Thanks.

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.