We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Both the capture viewport and capture area options cause the following alert to appear.
Alert:
An error happened while capturing the page: length is undefined Check the developer console for more information.
Console:
TypeError: length is undefined parseCSSLength moz-extension://59220466-2875-42c8-a6cc-caf720919cb7/src/content.js:12660 addBackgroundAndBorders moz-extension://59220466-2875-42c8-a6cc-caf720919cb7/src/content.js:14443 handleElement moz-extension://59220466-2875-42c8-a6cc-caf720919cb7/src/content.js:14333 walkNode moz-extension://59220466-2875-42c8-a6cc-caf720919cb7/src/content.js:14671 handleElement moz-extension://59220466-2875-42c8-a6cc-caf720919cb7/src/content.js:14415 walkNode moz-extension://59220466-2875-42c8-a6cc-caf720919cb7/src/content.js:14671 handleElement moz-extension://59220466-2875-42c8-a6cc-caf720919cb7/src/content.js:14415 walkNode moz-extension://59220466-2875-42c8-a6cc-caf720919cb7/src/content.js:14671 handleElement moz-extension://59220466-2875-42c8-a6cc-caf720919cb7/src/content.js:14415 walkNode moz-extension://59220466-2875-42c8-a6cc-caf720919cb7/src/content.js:14671 handleElement moz-extension://59220466-2875-42c8-a6cc-caf720919cb7/src/content.js:14415 walkNode moz-extension://59220466-2875-42c8-a6cc-caf720919cb7/src/content.js:14671 handleElement moz-extension://59220466-2875-42c8-a6cc-caf720919cb7/src/content.js:14415 walkNode moz-extension://59220466-2875-42c8-a6cc-caf720919cb7/src/content.js:14671 elementToSVG moz-extension://59220466-2875-42c8-a6cc-caf720919cb7/src/content.js:14920 documentToSVG moz-extension://59220466-2875-42c8-a6cc-caf720919cb7/src/content.js:14871 capture moz-extension://59220466-2875-42c8-a6cc-caf720919cb7/src/content.js:47168 content.js:47145:13
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Both the capture viewport and capture area options cause the following alert to appear.
Alert:
Console:
The text was updated successfully, but these errors were encountered: