-
Notifications
You must be signed in to change notification settings - Fork 36
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
deliteful/list/PageableList is crashing IE10 #280
Comments
Not reproduced after upgrading IE10 to version 10.0.9200.17089. I need to investigate how to setup the SauceLabs tests so that they run in a recent version of IE10 (current version of IE10 on SauceLabs is 10.0.9200.16686). |
So it seems it is just a matter of testing it and re-enabling tests. @tkrugg can you look into this? |
And when/if that is fixed don't forget to remove the "non supported" warning on IE10 from the doc. |
I think this change is causing hangs in the internet explorer 10 on WINDOWS tests. |
As far as I could find, you can't get saucelab to execute your code under a specific build of ie10. But 10.0.9200.17089 (the version @sbrunot says works) happens to be available when requesting ie10 under windows 7, as you can see it in the list of environments they support. I'll try it and get back to you. |
…since it seems to be hanging
…since it seems to be hanging
…since it seems to be hanging
When trying to load a new page of data in a PageableList on IE10, the browser crash (displays an error message in a popup).
This is due to the following issue on dstore 0.2.0: dojo/dojo1-dstore#49
One consequence of this issue is that the PageableList functional tests never ends on IE10, failing the Travis CI build with no apparent reason.
The text was updated successfully, but these errors were encountered: