Deprecated Synthetic Events (1428)
AdminStudio 2021 | 21.0 | Application Manager
For this browser compatibility test, the web application contents are scanned for usage of synthetic events.
Test Group/Test Category
• | 1428—Browser Compatibility/Microsoft Edge |
Severity
Warning
Messages
This web application contains deprecated synthetic events (File: [FILE_NAME]).
Background
The web application should be re-engineered to use new events. When creating and firing synthetic events, the createEvent()/BindEvent() pattern has been deprecated and the DOM L4 event constructor pattern using new Event() is recommended.
Resolution
The web application should be re-engineered to use replacements for the window.ActiveXObject property.
See Also