Replies: 2 comments 7 replies
-
Can you provide an example that produces this result? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@adamraine Here is how it looks in the original report: The item that should be visible is covered by the cookie banner, maybe this is a bug of lighthouse? Here is how it looks using my code: |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have a problem that some bounding boxes for screenshots in my own implementation doesnt match the preview of the original lighthouse viewer.
As far as I can tell, this only happens for fixed elements. I looked in the source code and also in the report, but I cant find some special case handler for fixed elements.
The screenshot has a a resolution of 1350x13608.
My app shows this:
Lighthouse this:
So my app shows the bounding box on the correct position (pixel wise), but since its a fixed element, lighthouse shows it at the very bottom of the fullpage screenshot.
Can someone please explain me this and where the code for those elements is, please?
Thanks very much!
Beta Was this translation helpful? Give feedback.
All reactions