krico / jas

Janes Asmussen Szarmach
3 stars 1 forks source link

Mozilla Firefox issue with welcome page #211

Closed pauljanes closed 9 years ago

pauljanes commented 9 years ago

I have attached a screenshot of what you get on Mozilla Firebox when you go to https://jasify-schedule.appspot.com

Instead of having the usual signin or create account options and dialog it gives you this weird screen instead. It kind of looks like you are somehow logged in, but then you see variables like currentUser.name in the menu and clicking the Sign in in the menu doesnt work. Should be easy to reproduce if you have Firefox unless it is version specific

screen shot 2015-03-26 at 11 10 38

pauljanes commented 9 years ago

Below the errors I get when I go into the console and then load jasify. My firefox version is 5.0.1

[18:53:43.241] Unknown property 'perspective'.  Declaration dropped. @ https://jasify-schedule.appspot.com/build/css/dep-main.min.css:5
[18:53:41.375] Unknown property 'box-sizing'.  Declaration dropped. @ https://jasify-schedule.appspot.com/build/css/dep-main.min.css:5
[18:53:41.597] Unknown pseudo-class or pseudo-element '-webkit-inner-spin-button'.  Ruleset ignored due to bad selector. @ https://jasify-schedule.appspot.com/build/css/dep-main.min.css:5
[18:53:41.617] Unknown pseudo-class or pseudo-element '-webkit-search-cancel-button'.  Ruleset ignored due to bad selector. @ https://jasify-schedule.appspot.com/build/css/dep-main.min.css:5
[18:53:41.638] Unknown property '-moz-osx-font-smoothing'.  Declaration dropped. @ https://jasify-schedule.appspot.com/build/css/dep-main.min.css:5
[18:53:41.679] Expected color but found '-webkit-focus-ring-color'.  Error in parsing value for 'outline'.  Declaration dropped. @ https://jasify-schedule.appspot.com/build/css/dep-main.min.css:5
[18:53:41.700] Unknown property 'transition'.  Declaration dropped. @ https://jasify-schedule.appspot.com/build/css/dep-main.min.css:5
[18:53:41.723] Unknown property 'text-overflow'.  Declaration dropped. @ https://jasify-schedule.appspot.com/build/css/dep-main.min.css:5
[18:53:41.747] Unknown property 'word-break'.  Declaration dropped. @ https://jasify-schedule.appspot.com/build/css/dep-main.min.css:5
[18:53:41.822] Expected pseudo-element but found '-moz-placeholder'.  Ruleset ignored due to bad selector. @ https://jasify-schedule.appspot.com/build/css/dep-main.min.css:5
[18:53:41.844] Unknown pseudo-class or pseudo-element '-ms-input-placeholder'.  Ruleset ignored due to bad selector. @ https://jasify-schedule.appspot.com/build/css/dep-main.min.css:5
[18:53:41.865] Unknown pseudo-class or pseudo-element '-webkit-input-placeholder'.  Ruleset ignored due to bad selector. @ https://jasify-schedule.appspot.com/build/css/dep-main.min.css:5
[18:53:41.920] Expected media feature name but found '-webkit-min-device-pixel-ratio'. @ https://jasify-schedule.appspot.com/build/css/dep-main.min.css:5
[18:53:41.966] Unknown property 'touch-action'.  Declaration dropped. @ https://jasify-schedule.appspot.com/build/css/dep-main.min.css:5
[18:53:42.011] Unknown property 'user-select'.  Declaration dropped. @ https://jasify-schedule.appspot.com/build/css/dep-main.min.css:5
[18:53:42.078] Error in parsing value for 'filter'.  Declaration dropped. @ https://jasify-schedule.appspot.com/build/css/dep-main.min.css:5
[18:53:42.141] Unknown property 'transition-timing-function'.  Declaration dropped. @ https://jasify-schedule.appspot.com/build/css/dep-main.min.css:5
[18:53:42.181] Unknown property 'transition-duration'.  Declaration dropped. @ https://jasify-schedule.appspot.com/build/css/dep-main.min.css:5
[18:53:42.220] Unknown property 'transition-property'.  Declaration dropped. @ https://jasify-schedule.appspot.com/build/css/dep-main.min.css:5
[18:53:42.311] Unrecognized at-rule or error parsing at-rule '@keyframes'. @ https://jasify-schedule.appspot.com/build/css/dep-main.min.css:5
[18:53:42.367] Error in parsing value for 'background-image'.  Declaration dropped. @ https://jasify-schedule.appspot.com/build/css/dep-main.min.css:5
[18:53:42.457] Unknown property 'animation'.  Declaration dropped. @ https://jasify-schedule.appspot.com/build/css/dep-main.min.css:5
[18:53:42.805] Unknown property 'zoom'.  Declaration dropped. @ https://jasify-schedule.appspot.com/build/css/dep-main.min.css:5
[18:53:42.913] Unknown property 'transform'.  Declaration dropped. @ https://jasify-schedule.appspot.com/build/css/dep-main.min.css:5
[18:53:43.099] Expected media feature name but found 'transform-3d'. @ https://jasify-schedule.appspot.com/build/css/dep-main.min.css:5
[18:53:43.139] Expected media feature name but found '-webkit-transform-3d'. @ https://jasify-schedule.appspot.com/build/css/dep-main.min.css:5
[18:53:43.200] Unknown property 'backface-visibility'.  Declaration dropped. @ https://jasify-schedule.appspot.com/build/css/dep-main.min.css:5
[18:53:44.057] [Exception... "Not enough arguments"  nsresult: "0x80570001 (NS_ERROR_XPC_NOT_ENOUGH_ARGS)"  location: "JS frame :: https://jasify-schedule.appspot.com/build/js/dep-main.min.js :: <TOP_LEVEL> :: line 5"  data: no]
[18:53:44.071] $routeChangeError, event={"name":"$routeChangeError","targetScope":"$SCOPE","defaultPrevented":false,"currentScope":"$SCOPE"} next={"params":{},"pathParams":{}}
[18:53:44.225] Endpoint.init
[18:53:45.019] Endpoint.initialized
krico commented 9 years ago

Firefox 5.0.1 was released on 2011!!!

krico commented 9 years ago

In this gsklee/ngStorage#56 pull request should be the fix for this issue... It is from July 2014... Maybe we should move to a different local storage module?

Do we want to support browsers that are this old?

krico commented 9 years ago

Found it. Read more about addEventListener.

image

pauljanes commented 9 years ago

Am open to your thoughts. If we dont support a certain browser cant we have a message though eg please upgrade your browser. At least then the user knows this is an issue and they might upgrade. I dont usually use Firefox - I only tried it because of the double login facebook bug. So this is probably why I am using a version from 2011.

Sent from my iPhone

On 27.03.2015, at 21:42, "Christian Asmussen" notifications@github.com wrote:

In this gsklee/ngStorage#56 pull request should be the fix for this issue... It is from July 2014... Maybe we should move to a different local storage module?

Do we want to support browsers that are this old?

— Reply to this email directly or view it on GitHub.