angular-fullstack/generator-angular-fullstack

Authentication bug with IE11

Open

#2,046 建立於 2016年7月7日

在 GitHub 查看
 (10 留言) (0 反應) (0 負責人)JavaScript (6,134 star) (1,268 fork)batch import
Help WantedV3bug

描述

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

貢獻者指南