


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 polymer-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/polymer-dev/0FBD868DA0FE452F93C4BB0991BAAFF6%40google.com.
For more options, visit https://groups.google.com/groups/opt_out.
In particular, dvh-menu-button style selected by "#overlay.opened ~ #background" is not applied correctly due to a Blink bug (being investigated).
1. Behavior issueIn particular, dvh-menu-button style selected by "#overlay.opened ~ #background" is not applied correctly due to a Blink bug (being investigated).
Is there a crbug related to it that I can follow?
2.1 and 2.2. inspecting DOM and CSSIn the real world, I’ll be debugging my app - written with Polymer elements, then usually need to show the shadow DOM.
Then, I’ll still face the huge DOM to inspect with two different paths: #shadow-root and the regular DOM.
I usually need to inspect the DOM to try some CSS styling and understand why a given CSS style is happening.And the “scoping” doesn’t help here.
I still think we need some improvement in DevTools.
On Thu, Jan 23, 2014 at 3:01 PM, Hoa V. Dinh <d...@chromium.org> wrote:
1. Behavior issueIn particular, dvh-menu-button style selected by "#overlay.opened ~ #background" is not applied correctly due to a Blink bug (being investigated).
Is there a crbug related to it that I can follow?
You have the `noscript` attribute on your `<dvh-menu-button>` yet your element has a scripting part to it, which you're including from outside the element's definition. This is not how things are normally done in Polymer. Could you move the `<script>` tag inside the element, remove the `noscript` attribute, and retry?I'll leave the rest to others to comment on.
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 polymer-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/polymer-dev/c49765de-c9e4-4592-8fe4-29fd7cfe5980%40googlegroups.com.