-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stats become undefined or throws error in new window - IE Edge only #264
Labels
Comments
@Jalil-Irfan thanks for reporting. Do you have a stack trace or something? I don't have IE edge to test it. |
@Jalil-Irfan any news? |
I am sorry not able to send stack trace
I can tell you the scenario as what's happening
…On Jul 28, 2017 7:43 PM, "Manuel Wiedenmann" ***@***.***> wrote:
@Jalil-Irfan <https://github.com/jalil-irfan> any news?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#264 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGDfmfG7krRPhf7N6noH-aHNdjH0Ev6Tks5sSeyHgaJpZM4OfpCK>
.
|
@Jalil-Irfan I googled a bit and it seems IE edge has/had problems with localStorage. So any information will be valuable to figure out what is going wrong. |
Its like Edge handles new window as a new service in desktop and so the
session or local storage is loaded fresh
Our problem is when we use code like window.open() it opens the new tab
But after opening the tab if we do any action like save,fetch data from
local storage or mainly session it throws error as "stats" is undefined
Or if we use this.get('stats.username') it says cannot read username of
undefined
We are using ember project 2.4 version
…On Jul 28, 2017 8:05 PM, "Manuel Wiedenmann" ***@***.***> wrote:
@Jalil-Irfan <https://github.com/jalil-irfan> I googled a bit and it
seems IE edge has/had problems with localStorage. So any information will
be valuable to figure out what is going wrong.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#264 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGDfmY9-0RsKfrD7ER_kT_KICQWXZNCqks5sSfHMgaJpZM4OfpCK>
.
|
So we have to wait for the fix to be released right?
…On Jul 28, 2017 8:27 PM, "Manuel Wiedenmann" ***@***.***> wrote:
Sounds like this: https://developer.microsoft.com/en-us/microsoft-edge/
platform/issues/7871403/
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#264 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGDfmU73auOrhS6aB6iyCLCZQ7GX-dS6ks5sSfbLgaJpZM4OfpCK>
.
|
We might fix/prevent this error depending on how we solve #276 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi We are using stats to store almost every value of our application
There are some scenario like we need to open a new window and display some contents or
have some click functions which again checks or stores/updates stats values.
But in IE edge (Windows 10) alone we are not able to fetch values from stats
Mostly it throws this.get('stats.user') is undefined or errors like such
But it works well in IE 11 and and chrome
The text was updated successfully, but these errors were encountered: