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

Depth/z-ordering of DOM elements from the 'cameras' perspective is incorrect in some cases #9

Open
OrionReed opened this issue Mar 29, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@OrionReed
Copy link
Owner

OrionReed commented Mar 29, 2024

In some cases, and moreso in some browsers than others, further elements appear in front of other elements which are closer to the 'camera'.

Take the two images below as an example, the first is from Firefox (mostly correct depth) and second from Chrome (further back sidebar clearly renders in front of closer DOM elements)

This issue appears all over the place in small and large ways. Finding a robust solution to this would be the single biggest improvement to this plugin and bring it up to the consistency that a browser dev tool would have.

If anyone makes major headway on this, I'll buy you a coffee! (Not sure if my repeated attempts to bribe everyone with coffee are doing anything but it's worth a shot)

Go to any sufficiently complex website and you will encounter this issue frequently when rotating around, at least in Chrome and Firefox (Safari seems to do a better job)

Screenshot 2024-03-28 at 22 44 35 Screenshot 2024-03-28 at 22 45 03
@OrionReed OrionReed added the bug Something isn't working label Mar 29, 2024
@OrionReed
Copy link
Owner Author

OrionReed commented Mar 29, 2024

Another illustrative example from a Google search in Chrome:
Screenshot 2024-03-28 at 23 06 05

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant