angular-fullstack/generator-angular-fullstack

Authentication bug with IE11

开放

#2,046 创建于 2016年7月7日

 (10 条评论) (0 个反应) (0 位负责人)JavaScript (1,268 个派生)batch import
Help WantedV3bug

仓库指标

星标
 (6,134 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Here is the case:

I create an application (parameters below), I push it on heroku. I create two users (A and B). I open IE11 log in as A. "Hello A" is displayed right on the bar. Then I log out. I login as B. "Hello A" is displayed right on the bar. I hit F5 "Hello B" is right displayed right on the bar.

For IE to work I had to modify Util.isSameOrigin() to return true always. This needs to be tested several times as behaviour is inconsistent (ex. closing IE and reopening before executing the scenario).

Same scenario works flawless on Firefox, Chrome, Safari whether on mac or windows.

Moreover, console log outputs several CSS errors : CS3111: @font-face encountered unknown error. (Not sure if this is related).

Item Version
generator-angular-fullstack 3.0.2
Node 4.2.3
npm 2.14.7
Operating System Windows 7
Browser IE 11.0.9600.18314
Item Answer
Transpiler Babel
Markup HTML
CSS CSS
Router ngRoute
Build Tool Grunt
Client Tests Jasmine
DB MongoDB
SocketIO n
Auth Y
Bootstrap Y
UiBootstrap Y

贡献者指南