I've found that using <paper-toggle-button>, the 'core-change' event 
bubbles all the way up through the DOM to the window itself, but the 
'change' event stops at the closest shadow root.

Examining the two events, the only difference I can see is the type 
('core-change' vs. 'change') and the path (where the 'core-change' event 
goes up to the window and 'change' does not). What determines which events 
do this? Is there a way to get built-in events to bubble across shadow 
layers?

Follow Polymer on Google+: plus.google.com/107187849809354688692
--- 
You received this message because you are subscribed to the Google Groups 
"Polymer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/polymer-dev/cca867e9-27c0-4f77-bb6f-3cb99a1f909a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to