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

Browser Quirks in non-chrome browsers #7

Open
Someguy123 opened this issue Feb 24, 2015 · 1 comment
Open

Browser Quirks in non-chrome browsers #7

Someguy123 opened this issue Feb 24, 2015 · 1 comment
Assignees

Comments

@Someguy123
Copy link
Owner

Browsers other than Chrome sometimes have issues with LiteVault.

Known quirks:

Firefox

  • All JSON API's must return as Application/JSON or a "not well formed" error occurs, causing an exception (this does not happen in Chrome)
  • Firefox 34 seems to have issues with transaction signing, appears to be fixed in v35 (??)

Internet Explorer

  • Generate address overwrites old addresses (???) (I personally tested in IE11 and was unable to replicate) Internet Explorer won't save the wallet correctly. Create some addresses then refresh the page, they will no longer be present in your wallet. I'm unable to figure out why (the console seems to act differently to the actual browser treatment???) (IE11)

If you have found any more issues like this, reply to this thread.

@Someguy123
Copy link
Owner Author

Recent commit 36524f9 fixes issues with Firefox and address generation. Issue was due to Firefox refusing to parse any more JS after an error (unlike Chrome) explaining why the issue wasn't in Chrome.

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

No branches or pull requests

1 participant