-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
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
Variable not accessible in IE11 #3410
Comments
I'm afraid the issue description and the fiddle is still very hard to understand. Please try to narrow down the reproduction and provide a clearer description of what exactly is expected. |
Hi, You see in the Period/Price selects, IE just shows |
@mewejo the issue is not with Vue.js but IE11, I believe, attempting to remove tags between the select/option.. Polymer has/had similar issue... Polymer/polymer#1735 |
@mewejo http://jsfiddle.net/sfua0m4b/1/ -- sample working in IE11 with a minimal amount of refactoring |
Hi,
I have a Vue app setup which is searching for domain names for purchase. Basic flow is:
My problem is that in the results, we have price sets for each registration period. I cycle through them with a for loop, and call it
price_set
- butprice_set.term
is not accessible in IE11, but it is in every other major browser. Even tried adding av-if
to the statement where it's used to no success.JS fiddle setup, bit messy as I've had to rip it out of our app and get it running without the rest of the app but the issue still persists.
http://jsfiddle.net/5sH6A/583/
Click the search button and wait 4 seconds, one second per domain, and you'll see the results. This is different in production and works as expected. If you remove the
v-if
on the table, and debugVueApp.step_4_domain_results
you'll see the table should show.. settingstep_4_show_all_tlds
will force a re-render.I can't seem to get the error out of IE now, but the error I was getting was: "Unable to get property 'term' of undefined or null reference"
You'll see the drop downs in the price column are empty in IE11 but not in Firefox.
Firefox
IE11
Hope someone can help.
Thank you,
Josh
The text was updated successfully, but these errors were encountered: