Results 162 comments of Valdrin Koshi

The failing tests seem unrelated to this change https://github.com/google/model-viewer/runs/6713537145, I'm now trying another run https://github.com/google/model-viewer/actions/runs/2429981897

[First test run](https://github.com/google/model-viewer/runs/6713537145) produced 5 (unrelated) failures, [Rerun (2)](https://github.com/google/model-viewer/actions/runs/2429981897) produced only 1 failure (still unrelated), and [rerun (3)](https://github.com/google/model-viewer/actions/runs/2429981897) produced 4 (unrelated) failures. Can you please advice on how to deflake...

Looks related to https://github.com/GoogleChrome/accessibility-developer-tools/issues/356. You can point to a specific version like this https://raw.githubusercontent.com/GoogleChrome/accessibility-developer-tools/v2.11.0/dist/js/axs_testing.js (2.11.0 seems to have all the tests included)

It doesn't seem to work unfortunately http://jsbin.com/cebogor/5/edit?html,output I've changed the script src to point to shadow branch, but it's still possible to click the shadow button. UPDATE: probably because of...

@alice @addyosmani FYI. This is just to have more robust tests 💪

Hi @realiztiK, the issue is caused by how [stacking context](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context) works. If you insert an overlay within an element that creates a new stacking context, it will be "trapped" in...

Hi @Caffeinix, it might be related, a jsbin showing the issue would be helpful :smile:

Thanks @Caffeinix! Yes, this is related. Each element of the `iron-list` has `will-change` and `transform` css properties setup, which create a new stacking context, which traps the `paper-menu-button` (and its...

@supermario999 what would be the use-case & expectations? Should the backdrop also take the size of the `fitInto` element? When you set `with-backdrop` on an overlay, it will also block...

That would require its container to set the size (min/max), and there are cases where we want the image to take as much space as possible and notify the parents...