Maxim Ermilov
Results
2
issues of
Maxim Ermilov
This improves backward compatibility with 0.1.8 It's really hard to find all occurrences similar to if signed_data.getComponentByName('crls'): ... in large codebase.
### Description In following hierarchy: CustomComponent1 |CustomComponent2 ||iron-ajax iron-ajax emits response event on parent component(CustomComponent2) with bubbles set to false. ### Expected outcome not bubble event. ### Actual outcome unexpected...