-
Bug
-
Resolution: Fixed
-
Major
-
None
-
-
375.v72e4b_a_d33d33
The plugin redefines the standard CustomEvent function in an old-fashioned way, without testing if the function already exist:
This implementation uses deprecated initCustomEvent, which doesn't properly handle the composed property , which is always false. This property is heavily used with shadow dom and web components, and should be configurable to true.