Opened 11 years ago

Closed 11 years ago

#8169 closed bug (fixed)

Supported Browsers out of sync with jQuery core

Reported by: k_borchers Owned by: jquery-infrastructure
Priority: minor Milestone: 1.9.0
Component: [meta] ui.site Version: 1.8.18
Keywords: Cc:
Blocked by: Blocking:

Description

Should our supported browsers be in sync with jQuery core? http://jqueryui.com/demos/ vs. http://docs.jquery.com/Browser_Compatibility

Specifically, can we support Safari 3.1+ when core supports Current - 1 and the same goes for Opera where we say we support 9.6+ but core only supports Current - 1.

I'm working on removal of $.browser where possible but found this inconsistency making it hard to know if I can remove some of them.

Change History (2)

comment:1 Changed 11 years ago by Scott González

Status: newopen

Yeah, we're supposed to be in-sync with core. However, we're kind of in a time warp in relation to core. In a way, we're in sync with core from three years ago when 1.3.2 was released (the oldest version of core that we support). The list of browsers is correct as of that time. We should probably just update the list to match core, since we'll never tell someone to downgrade jQuery in order to get older browser support, while we may tell someone to upgrade jQuery in order to fix a bug.

comment:2 Changed 11 years ago by Scott González

Resolution: fixed
Status: openclosed

The new site doesn't mention browser support, so we're no longer out of sync with core :-P

Note: See TracTickets for help on using tickets.