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

Viewability at time of auction calculations in adapters & Recycled getBoundingClientRect() use #11232

Open
patmmccann opened this issue Mar 18, 2024 · 0 comments

Comments

@patmmccann
Copy link
Collaborator

Type of issue

Copy pasted code blocks

let { width, height, left, top, right, bottom } = element.getBoundingClientRect();

let {width, height, left, top, right, bottom} = element.getBoundingClientRect();

let {width, height, left, top, right, bottom} = element.getBoundingClientRect();

} = element.getBoundingClientRect();

let { width, height, left, top, right, bottom } = element.getBoundingClientRect();

let { width, height, left, top, right, bottom } = element.getBoundingClientRect();

all appear to use this logic and should import the library

let {width, height, left, top, right, bottom} = element.getBoundingClientRect();

Also, given:
https://gist.github.com/paulirish/5d52fb081b3570c81e3a

are we comfortable with this behavior?

@patmmccann patmmccann changed the title Recycled getBoundingClientRect() use Viewability at time of auction calculations in adapters & Recycled getBoundingClientRect() use Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Needs Req
Development

No branches or pull requests

1 participant