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

Cannot capture the element out of view port #483

Open
1 of 2 tasks
yeupanhmaj opened this issue Dec 9, 2024 · 1 comment
Open
1 of 2 tasks

Cannot capture the element out of view port #483

yeupanhmaj opened this issue Dec 9, 2024 · 1 comment

Comments

@yeupanhmaj
Copy link

Use case: description, code

I have a div wanted to capture, when it visible. the code work just find.
image

but when i set the position to

<div id="capture"  style={{ position: 'absolute', top: -9999, left: -9999 }}>{children}</div>

the captured show blank
image

Expected behavior

The div was captured.

Actual behavior (stack traces, console logs etc)

The div was not captured

Library version

2.6.0

Browsers

  • Chrome 49+
  • Firefox 45+
@forever0714yuan
Copy link

forever0714yuan commented Dec 9, 2024 via email

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

2 participants