Skip to main content

Bug Tracker

Side navigation

#1947 closed bug (invalid)

Opened November 20, 2007 12:04PM UTC

Closed November 28, 2007 07:38AM UTC

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:
Blocked by: Blocking:
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+">";
});
Attachments (0)
Change History (1)

Changed November 28, 2007 07:38AM UTC by davidserduke comment:1

resolution: → invalid
status: newclosed

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.