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

[4] Integration Testing - Edge Browser stuck on Loading #52

Closed
sschiessl-bcp opened this issue Nov 22, 2018 · 9 comments
Closed

[4] Integration Testing - Edge Browser stuck on Loading #52

sschiessl-bcp opened this issue Nov 22, 2018 · 9 comments
Assignees
Labels
bug Something isn't working

Comments

@sschiessl-bcp
Copy link
Collaborator

Original Issue bitshares#2175

Please investigate why edge fails to load. I heard that the OpenLedger UI (https://openledger.io/) can open on edge, please try that, also CryptoBridge (https://wallet.crypto-bridge.org/).

@sschiessl-bcp sschiessl-bcp added the bug Something isn't working label Nov 22, 2018
@VerevkinAlexander
Copy link
Collaborator

I found next article http://mikemclin.net/fixing-error-script1028-expected-identifier-string-or-number/ Also The first way is to include a trailing comma after your last property in a JavaScript object.
build and node_modules have trailing commas
The other common trigger is using a JavaScript reserved word as a property name. - it is not our case

@VerevkinAlexander
Copy link
Collaborator

@VerevkinAlexander
Copy link
Collaborator

VerevkinAlexander commented Nov 23, 2018

The issue is not reproduced on September`s release. I found the reasons for those issues It was in webpack.config "jsnext: main" filed and old "alt" libraries. I fixed the issue but IE 11 does not work at all because it is not supported needed technologies. At all, I spent about 8h to find and resolve it During implementation, I found new UI issue on Edge
image

@sschiessl-bcp
Copy link
Collaborator Author

Internet Explorer not working is fine. Edge should work.

@sschiessl-bcp
Copy link
Collaborator Author

What was
jsnext:main
used for?

@VerevkinAlexander
Copy link
Collaborator

VerevkinAlexander commented Nov 26, 2018

What was
jsnext:main
used for?

As I know it was needed for supporting ES2015 module syntax, but it is deprecated and was changed on "module"

@sschiessl-bcp
Copy link
Collaborator Author

Do you have any sources links for me on that please?

@VerevkinAlexander
Copy link
Collaborator

VerevkinAlexander commented Nov 28, 2018

@sschiessl-bcp
Copy link
Collaborator Author

Moved to new task

@sschiessl-bcp sschiessl-bcp changed the title Integration Testing - Edge Browser stuck on Loading [4] Integration Testing - Edge Browser stuck on Loading Jan 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants