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

FF 37.0.1 (Ubuntu 64bit) TypeError: theWindow.crypto.signText is not a function #30

Closed
baromojm opened this issue Apr 8, 2015 · 2 comments

Comments

@baromojm
Copy link

baromojm commented Apr 8, 2015

Hi, with Firefox 37.0.1 on Ubuntu 14.10 64bit, I always get the error:
TypeError: theWindow.crypto.signText is not a function

I have tried both versions of the extension: 0.6 and 0.7.2

Regards,

@vbadev
Copy link
Contributor

vbadev commented Apr 9, 2015

If you open Firefox with local file as parameter, you must reload the page to activate signTextJS. Signing function is injected in document on content-document-global-created event, but it is not fired when Firefox is started with local file.

@jasp00
Copy link

jasp00 commented Apr 3, 2016

If this is the problem, it should be solved with #38.

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

4 participants