-
Notifications
You must be signed in to change notification settings - Fork 400
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
Demo site navigation not working. #16
Comments
Hi @Bodom78 It now works on Firefox |
Hmm it seems like an upstream issue (Angular Material) with IE11.. Toast: https://material.angularjs.org/latest/#/demo/material.components.toast |
Toast, Dialog and List demos all worked fine in IE11 on the Angular Material site with the 0.10.0 release. |
Okay, I'm looking into it! |
Since I have updated to Windows 10, it's impossible to install IE11 or even enable it in Developer Tools Emulation. Would you be able to help me a bit on this? I have a few ideas in mind that I wanted to try.
Thanks! |
I'll have to try on Monday on my work PC. On my laptop I've tried for about 5 hours to install the npm dependencies but they always fail with varying errors that I just cannot resolve. |
Okay thanks! You can try clearing NPM's cache. This has worked several times for me when I was faced with random errors |
Clearing the NPM cache was something I tried. It fixed the tar errors but now I have a heap of new ones that look like they are releated to the elixir npm dependencies. What version of Node and NPM are you using? I will try the same on my machine. |
hmm I'm not sure if that would be related.. $ node -v $ npm -v |
OK, I just set the site up on my wamp and worked on the already compiled files for the sake of testing. Removing use strict from the landing module did not work. The error is actually coming from the vendor.js so I did a find and replace to remove all instances of it. This did stop the error however the alert and toast buttons still no not work. No new errors show up. What did you want replaced in sidebar.html?, the instructions in your post looks like it's missing from the first part. |
Hi @Bodom78, thanks a lot for helping on this issue. I'm going to create a new issue specifically for the sidebar and we'll keep this for the toast and dialog.js. I don't have an update on the toast and dialogs yet but I'm working on a new service for toasts and dialogs. |
So now everything is working on Firefox.. we still have the IE11 issue for taosts and dialogs |
It turned out to be an issue in Angular Material #3943 So this should work now.. Let me know! |
Nice, I can confirm alerts and toasts are now working in IE11. |
Noticed that clicking on the side menu items does not direct to the page.
I had to manually modify the address to see the other pages.
Firefox 39.0: Not working
IE 11: Not working
Chrome 44.x: Working
The text was updated successfully, but these errors were encountered: