Skip to content
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

Samples don't work on IE #7

Open
OnurGumus opened this issue Feb 27, 2015 · 6 comments
Open

Samples don't work on IE #7

OnurGumus opened this issue Feb 27, 2015 · 6 comments
Assignees

Comments

@OnurGumus
Copy link

Are these templates chrome only ? Because no instruction given for IE. Nor it does work. What can I do ?

@cmichaelgraham
Copy link
Owner

sorry for the delayed response. i'm back online now - i will provide instructions tomorrow. if you look at http://github.com/aurelia/skeleton-navigation i believe there are instructions on making IE work.

@OnurGumus
Copy link
Author

Tried that already. Didn't work for me.

@csrow
Copy link

csrow commented Mar 6, 2015

For Firefox and IE, need to move the webcomponets folder from under the scripts to root directory.

Also for IE, need to download one other polyfill and place it on root. See here.

https://stackoverflow.com/questions/28796657/aurelia-typescript-project-only-working-on-chrome/28800556?noredirect=1#comment45883799_28800556

@cmichaelgraham
Copy link
Owner

thank you @csrow, i'll get to work on trying that out.

this link to IE9 / IE10 Aurelia tests may also be of interest

from @EisenbergEffect via Aurelia blog under "What's Coming Next":

IE9 and IE10 Support - We've got IE9 and IE10 up and running in our "labs". We know what is needed to make these work automatically and we'll be making those changes in the next few weeks. We're happy to announce that the full fidelity Aurelia experience will be available in IE9 soon.

@cmichaelgraham
Copy link
Owner

fyi - i am preparing to test using Firefox and IE11 and also IE9 & IE10 (in addition to Chrome). thanks to @zewa666, for pointing me at modern ie which contains vbox vm's for testing IE9 & IE10

steps so far:

  1. ✅ install vbox
  2. ✅ download windows 7 ie9 vm
  3. ✅ start ie9 vm (remaining steps are within vm)
    1. ✅ download and install Visual Studio Community 2013 Update 4
    2. ✅ download and install node
    3. ✅ download and install github for windows
    4. ✅ download and install git for windows
    5. ✅ change github for windows to git bash shell (settings)
    6. ✅ restart vm
    7. ❌ use clone button aurelia typescript repo
    8. ✅ clone button not working, clone using github for windows
    9. ✅ install TypeScript 1.4 compiler
  4. ✅ download windows 8 ie10 vm
  5. ✅ start ie10 vm (remaining steps are for vm)
    1. ✅ download and install Visual Studio Community 2013 Update 4
    2. ✅ download and install node
    3. ✅ download and install github for windows
    4. ✅ download and install git for windows
    5. ✅ change github for windows to git bash shell (settings)
    6. ✅ restart vm
    7. ❌ use clone button aurelia typescript repo
    8. ✅ clone button not working, clone using github for windows
    9. ✅ install TypeScript 1.4 compiler
  6. ✅ install firefox
  7. ✅ reproduce single issue with firefox
  8. ✅ create comment with list of solutions to test
  9. ✅ automate publishing for each solution to gh-pages
  10. ✅ update to latest released Aurelia libraries
  11. ✅ create bundler for latest Aurelia libraries (vs releases - the current bundler)
  12. ✅ create entry points for latest released and latest Aurelia bundles for each solution
  13. ❌ identify branching strategy for repo to handle current vs. latest bundle and possibly also browser target if not single
  14. ✅ single index.html or specific to browser ❓ (thinking single)
  15. 📝 create pull request for aurelia/templating to fix issue that breaks todo sample
  16. 📝 update and validate support for firefox and ie11

note: IE9 will remove all <import> statements in templates. a fix is planned for aurelia that will resolve this issue in the near future.

@cmichaelgraham
Copy link
Owner

Browser Support by Solution

Solution Chrome Firefox IE11 IE10 IE9
aurelia-vs-ts 📝 📝 📝 📝
code-sandbox 📝 📝 📝 📝
multi-level-menu 📝 📝 📝
pwkad-aurelia-samples 📝 📝 📝 📝
skel-nav-esri-gulp 📝 📝 📝 📝
skel-nav-esri-vs-ts 📝 📝 📝 📝
skel-nav-require-vs-ts 📝 📝 📝 📝
todo-require-vs-ts 📝 📝 📝 📝
Solution Telerik Simulator Samsung Note 4
skel-nav-esri-vs-ts-telerik 📝 📝

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants