Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firefox compatibility #37

Closed
helen opened this issue Feb 9, 2017 · 7 comments
Closed

Firefox compatibility #37

helen opened this issue Feb 9, 2017 · 7 comments

Comments

@helen
Copy link
Member

helen commented Feb 9, 2017

As always, I get the great honor of reporting that some of this doesn't appear to work in Firefox, which is my primary browser. I use the developer edition.

Things that don't work as compared to Chrome:

  • Up/down reordering
  • Webfonts

Things that do:

  • Image sizing / placement
  • Text editing + new paragraph block

Things that don't work in either (assuming expected):

  • Adding a new block beyond the ability to hit enter for a new paragraph block
  • Filtering/searching of block types
  • Text alignment
@JDGrimes
Copy link
Contributor

JDGrimes commented Feb 9, 2017

Up/down reordering

See #36 😄

Edit: and I think I'm having the same experience regarding the other elements as well (as to which ones work and don't work).

@jasmussen
Copy link
Contributor

Thank you @JDGrimes for fixing that 🎉

I can't reproduce your webfonts issue though, Helen, can you clarify? Here's what I'm seeing:

screen shot 2017-02-10 at 13 02 35

Note, it's possibly working for me because I have both Merriweather and SF UI fonts installed on my machine.

Inline controls, insertion dialog, those are dummy elements so far, mostly to get a feel for the UI. I opened a separate ticket to discuss how far to take this prototype: #51

@helen
Copy link
Member Author

helen commented Feb 10, 2017

Here's what I see:

screen shot 2017-02-10 at 4 04 18 pm

These errors appear in my console:

downloadable font: Layout: DFLT script doesn't satisfy the spec. DefaultLangSys is NULL (font-family: "Merriweather" style:normal weight:bold stretch:normal src index:2) source: https://fonts.gstatic.com/s/merriweather/v15/ZvcMqxEwPfh2qDWBPxn6nshHwsiXhsDb0smKjAA7Bek.woff2  css:58:12
downloadable font: Layout: Failed to parse script table 0 (font-family: "Merriweather" style:normal weight:bold stretch:normal src index:2) source: https://fonts.gstatic.com/s/merriweather/v15/ZvcMqxEwPfh2qDWBPxn6nshHwsiXhsDb0smKjAA7Bek.woff2  css:58:12
downloadable font: GSUB: Failed to parse script list table (font-family: "Merriweather" style:normal weight:bold stretch:normal src index:2) source: https://fonts.gstatic.com/s/merriweather/v15/ZvcMqxEwPfh2qDWBPxn6nshHwsiXhsDb0smKjAA7Bek.woff2  css:58:12
downloadable font: rejected by sanitizer (font-family: "Merriweather" style:normal weight:bold stretch:normal src index:2) source: https://fonts.gstatic.com/s/merriweather/v15/ZvcMqxEwPfh2qDWBPxn6nshHwsiXhsDb0smKjAA7Bek.woff2  css:58:12
downloadable font: Layout: DFLT script doesn't satisfy the spec. DefaultLangSys is NULL (font-family: "Merriweather" style:normal weight:300 stretch:normal src index:2) source: https://fonts.gstatic.com/s/merriweather/v15/ZvcMqxEwPfh2qDWBPxn6nkZRWJQ0UjzR2Uv6RollX_g.woff2  css:26:12
downloadable font: Layout: Failed to parse script table 0 (font-family: "Merriweather" style:normal weight:300 stretch:normal src index:2) source: https://fonts.gstatic.com/s/merriweather/v15/ZvcMqxEwPfh2qDWBPxn6nkZRWJQ0UjzR2Uv6RollX_g.woff2  css:26:12
downloadable font: GSUB: Failed to parse script list table (font-family: "Merriweather" style:normal weight:300 stretch:normal src index:2) source: https://fonts.gstatic.com/s/merriweather/v15/ZvcMqxEwPfh2qDWBPxn6nkZRWJQ0UjzR2Uv6RollX_g.woff2  css:26:12
downloadable font: rejected by sanitizer (font-family: "Merriweather" style:normal weight:300 stretch:normal src index:2) source: https://fonts.gstatic.com/s/merriweather/v15/ZvcMqxEwPfh2qDWBPxn6nkZRWJQ0UjzR2Uv6RollX_g.woff2  css:26:12

@jasmussen
Copy link
Contributor

That is super interesting, and turns out to be a bit of a 🐰🕳

In the past there seems to have been a bug specifically with the Google Fonts version of Merriweather, see https://bugzilla.mozilla.org/show_bug.cgi?id=1239176

But that bug should be fixed. However this ticket suggests that Nightly and Aurora versions of Firefox may be having this issue still today: https://bugzilla.mozilla.org/show_bug.cgi?id=1239176 — any chance you're running one of those versions?

@helen
Copy link
Member Author

helen commented Feb 14, 2017

I use the developer edition which is Aurora - currently at 53.0a2 (2017-02-09).

@jasmussen
Copy link
Contributor

That could explain the issue. Seems like it's upstream with either Google Fonts or with Firefox.

That said, it's probably worth discussing whether to use Merriweather in the first place. I think it's lovely, but Georgia might do fine as well.

@jasmussen
Copy link
Contributor

Closing for now, let's reopen if it isn't fixed in Google Fonts or Aurora.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants