quasarframework / quasar-template-default

[DEPRECATED] Quasar App Boilerplate / Starter kit

Home Page:http://quasar-framework.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IE Edge does not support vmax as font unit size

jclijmans opened this issue · comments

Software version

Quasar: 0.14 beta
OS: windows 10
Node: 8.1.3
NPM: 5.0.4
Browsers: IE Edge
iOS:
Android:
Any other software related to your bug:

What did you get as the error?

Wrong font size for "404" text on Error404 page

What were you expecting?

What steps did you take, to get the error?

Started with a new project using the default template.
Navigated to an unknow url.
On IE Edge the "404" text in the Error404 component is displayed in the default font size.

As a workaround I've changed the style in the Error404.vue file to this for the fontsize :

@media (orientation: landscape) { 
  font-size 30vw
}
@media (orientation: portrait) { 
  font-size 30vh
}

This seems to work.

Hi, care for a PR? Thanks for reporting this.

OK, should I create a pull request for master or edge?

Both if your time allows it. "beta" (edge) branch is more important as it will soon become the default one, so that's a priority over any other.