googlearchive / paper-dialog

A dialog à la Material Design
19 stars 16 forks source link

Wrong rendering layout in Firefox #65

Closed pensierinmusica closed 8 years ago

pensierinmusica commented 8 years ago

Hi,

I have this code inside a Polymer (v1.0.5) element template:

<paper-dialog class="text-big" id="modal" modal="true" no-cancel-on-esc-key="true">
  <div class="center text-big">
    <p id="modal-msg"></p>
    <p id="modal-action"></p>
  </div>
</paper-dialog>

The content of #modal-msg and #modal-action is dynamically filled.

It renders all fine in Chrome (v45) and Safari (v8), bit doesn't render properly in Firefox (v35) at all. The element is not centered on the page, and the modal background is not set.

I tried removing the modal="true" no-cancel-on-esc-key="true" attributes, to see if that somehow related to the issue, but it doesn't seem to change anything.

Can you please check why this is happening and fix it asap?

Thanks!

pensierinmusica commented 8 years ago

Wrong repo, sorry.