-
Notifications
You must be signed in to change notification settings - Fork 87
IE6 IE7 : Blocking js error in client.js #223
Comments
Do you know what the specific problem is? Can you make a patch since you are able to reproduce? |
Hi, I have looked at this problem quickly last night :
since ie6 and ie7 doesn't play well with this kind of syntax
What is weird is that the file doesn't have this comma in source code : https://github.com/substack/tap-parser/blob/b80725adc41e9ce88a3a90fac5bc4e714fa8be9f/index.js#L13 But when executed in ie via "client.js" it does have it. I don't have more clue to help resolving this problem maybe you have ? |
Oh I think I found more info, in fact it's the zuul dependency tap-finished who itself requires tap-parser in version 0.2.0 and in this version the comma is here see it here : So maybe the solution is to ask on the repository https://github.com/substack/tap-finished to require the version 0.7.0 of tap-parser and after that update the zuul package.json to the updated version of tap-finished |
I have open an issue here : https://github.com/substack/tap-finished/issues/5 I guess we have to wait and see for now |
@vvo with the recent tap changes can we stop using tap-finished? |
Not sure, last time I tried it was still not working. You mean changes in tap-parser? @sylvaincombes You can still try to remove tap-finished and use only tap-parser, there are some tests that should fail if it's not working. |
I tried your suggestion @vvo but it seems that tests fails if we remove this dependency |
Hi there is some js code that block my tests in ie6 and ie7 (stuck on white page) , see attached screenshots :
I use the 3.2.0 release.
Would be great if you can correct this ;)
Thank you for your work
The text was updated successfully, but these errors were encountered: