You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to polym...@googlegroups.com
I'm trying to use polymer 1.0 elements inside of a meteor app. It works as expected, like it always has when opting into using shadow dom but it has trouble with shady dom. For example if I'm using a paper-header-panel and dynamically render a meteor (blaze) template into the main content, it all gets mangled up which is expected after reading about the shady dom changes and how you need to use Polymer.dom APIs to manipulate light dom. Are there any ideas or information that could help bridge this gap? I'd like to use shady dom if possible but it is proving to be a bit difficult to use with other libs. Thanks!