Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P02, 4.0
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Any
-
Assignee Priority:P2
Description
In the past, browser detection in client-side component code has been left at the discretion of the component developers and limited to the individual requirements of the various components. As a result, browser detection code is duplicated in many parts of our components' client-side code. Some of that code uses deprecated methods of browser detection. This improvement is to design and implement a centralized browser detection strategy that can be used by any component, making use of more reliable and current methods of browser detection. Most likely, this code should go in core.js.
Added implementation for browser detection to ACE components. The API is located in ice.ace.browser.* namespace.