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

貢獻者指南