-
-
Notifications
You must be signed in to change notification settings - Fork 131
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
IE11 not supported in 1.3 #347
Comments
@bryanhickerson What was the error/stack trace you saw in IE11? The upgrade to Did you perhaps install Could you try a few things if you don't mind? Could you try v Thanks for submitting this issue! |
It looks like intersection-observer-admin is coming ember-in-viewport.
I'll dig up the stack trace I was seeing. I was actually having a different issue with 1.2.6, where the loading indicator would always be visible when the infinity model was only a single page. I'll try out 1.3 and see if I still see either issue. |
@bryanhickerson That was probably my liberal use of "master" as a result of testing out the perf improvements from ember-in-viewport via the IO administrator in this library 😞. I'm sorry about that. I'd be interested to hear if |
I tried 1.3 and I didn't have the issue I mentioned with the loading indicator showing for one page of results. However, I still have the IE11 issue. Here is a the stack trace:
|
@bryanhickerson Hm. This is a really good find. I'm guessing the |
@bryanhickerson Would you mind overriding your |
I'm still hitting the same error in IE11 with the new ember-in-viewport: yarn.lock:
|
@bryanhickerson Thx for testing. I'll have to get a windows env up and running on Monday. I'm guessing the only visible error that changed for you was was the extension
The main change I made in a IO pkg was here to compile to ES5 format instead of ES2015. This is the dist and am not able to find where this is failing in IE11. Do you have any thoughts here? |
@bryanhickerson Does your Moreover tested our app on ie11 with the latest and it works as well. |
This is my targets:
|
Woops. Published |
@snewcomer I just tried the new release and the issue is fixed! I'm seeing unexpected loading indicators again, but I can file a different ticket for that. |
I recently upgraded to 1.1 from 1.0.2 and found out that my app broke in IE11. It looks like it's due to the usage of https://github.com/snewcomer/intersection-observer-admin, which I see explicitly says it does not support IE. Is it expected that ember-infinity no longer supports IE11? It seems worth calling this out in the documentation if that's the case. It's also unfortunate, because that means I'll be stuck on 1.0.2.
The text was updated successfully, but these errors were encountered: