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

fix: audit list window covered by tooltip and highlight #13373

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

jpwienekus
Copy link

@jpwienekus jpwienekus commented Mar 6, 2025

Changes

This fixes pop-ups and highlights rendering over the audit list window.

Fixes #11114

Testing

Added e2e test.

Docs

Copy link

changeset-bot bot commented Mar 6, 2025

🦋 Changeset detected

Latest commit: 8dbd586

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions github-actions bot added the pkg: astro Related to the core `astro` package (scope) label Mar 6, 2025
@@ -83,7 +83,7 @@ export class DevToolbarAuditListWindow extends HTMLElement {
"Noto Color Emoji";
color: rgba(191, 193, 201, 1);
position: fixed;
z-index: 999999999;
z-index: 2000000009;
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Highlights have a z-index of 2000000000, tooltips have a z-index of 2000000001

Updated the z-index here to 2000000009 for rare cases where the audit list window is rendered in the same space as the dev toolbar, which has a z-index of 2000000010

I suspect the visibility of the dev toolbar would be higher than the audit list window.

Copy link

codspeed-hq bot commented Mar 6, 2025

CodSpeed Performance Report

Merging #13373 will not alter performance

Comparing jpwienekus:fix-audit-log-covered (8dbd586) with main (1eab0b2)

Summary

✅ 6 untouched benchmarks

@jpwienekus jpwienekus force-pushed the fix-audit-log-covered branch 2 times, most recently from f4eb754 to a6c9822 Compare March 9, 2025 11:02
@jpwienekus jpwienekus force-pushed the fix-audit-log-covered branch 2 times, most recently from a063190 to 48ffd4a Compare March 15, 2025 06:49
@jpwienekus jpwienekus force-pushed the fix-audit-log-covered branch from a24fb15 to 8dbd586 Compare March 17, 2025 17:49
@jpwienekus jpwienekus marked this pull request as ready for review March 17, 2025 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg: astro Related to the core `astro` package (scope)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dev toolbar axe app hidden by popups and hightlights
1 participant