PolymerElements / iron-component-page

A reusable landing page for elements
36 stars 32 forks source link

3.0 Preview doesn't render correctly on Firefox. #150

Closed RebeccaStevens closed 6 years ago

RebeccaStevens commented 6 years ago

Description

iron-component-page 3.0 preview renders incorrectly on Firefox. It renders correctly on Chrome. I haven't tested any other browsers.

Expected outcome

Renders the same as on chrome: chrome

Actual outcome

Renders incorrectly:

firefox

Live Demo

https://catalyst.github.io/CatalystElements/#/elements/catalyst-flip-button

Steps to reproduce

  1. Put an iron-component-page element in the page.
  2. Open the page in Firefox.

Browsers Affected

aomarks commented 6 years ago

Thanks for the report! Have you seen the same thing with 2.x elements on Firefox?

RebeccaStevens commented 6 years ago

I've just tested with the latest release of this component (v3.0.1) with polymer 2.5.0 and everything works fine. It seems to just be an issue with the 3.0-preview branch using polymer 3 preview.

RebeccaStevens commented 6 years ago

After further testing, is seems that the issue was caused by ShadyCSS's custom style interface script. After removing this script, the page renders correctly on both Firefox and Chrome.