Unsupported JavaScript Frameworks (1109 / 1209 / 1309)

AdminStudio 2021 | 21.0 | Application Manager

For this browser compatibility test, the web application contents are scanned for the use of legacy JavaScript frameworks that are not compatible with Internet Explorer 11 or later. The frameworks that are scanned are jQuery (earlier than 1.5.1), jQuery UI (earlier than 1.6.8), MooTools (earlier than 1.3), Prototype (earlier than 1.7), and Cufon (earlier than 1.09i).

Test Group/Test Category

1309—Browser Compatibility/Internet Explorer 11

Severity

Warning

Messages

This web application contains unsupported jQuery framework (version [VERSION]) (File: [FILE_NAME]).
This web application contains unsupported jQuery UI framework (version [VERSION]) (File: [FILE_NAME]).
This web application contains unsupported MooTools framework (version [VERSION]) (File: [FILE_NAME]).
This web application contains unsupported Prototype framework (version [VERSION]) (File: [FILE_NAME]).
This web application contains unsupported Cufon framework (version [VERSION]) (File: [FILE_NAME]).

Background

Internet Explorer 11 and later includes new features and changes to existing features for improved standards compliance and interoperability with other web browsers. However, many existing JavaScript frameworks contain functionality that depends on functionality in earlier versions of Internet Explorer. As a result, parts of many popular JavaScript frameworks might not work correctly in Internet Explorer 11 or later Standards mode. Most of these frameworks have already been updated to work correctly in Internet Explorer 11 or later, but many web applications are still using earlier versions of incompatible frameworks.

Resolution

A framework compatible with the desired browser version should be delivered by its manufacturer. Where this is not feasible, Internet Explorer 11 Compatibility View should be used. It can be triggered by using the meta attribute value X-UA-Compatible.

See Also