Skip to content

Fix hidden tooltip position#19261

Merged
jedcunningham merged 2 commits into
mainfrom
fix-empty-tooltip-position
Nov 2, 2021
Merged

Fix hidden tooltip position#19261
jedcunningham merged 2 commits into
mainfrom
fix-empty-tooltip-position

Conversation

@bbovenzi

Copy link
Copy Markdown
Contributor

Only apply a large z-index when the tooltip is supposed to be display. Our bootstrap tooltips don't work great and could probably be improved but this was the simplest fix to the issue.

Fixes: #18732


^ Add meaningful description above

Read the Pull Request Guidelines for more information.
In case of fundamental code change, Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in UPDATING.md.

Only apply a large z-index when the tooltip is supposed to be display.
@boring-cyborg boring-cyborg Bot added area:UI Related to UI/UX. For Frontend Developers. area:webserver Webserver related Issues labels Oct 27, 2021
@github-actions github-actions Bot added the okay to merge It's ok to merge this PR as it does not require more tests label Oct 28, 2021
@github-actions

Copy link
Copy Markdown
Contributor

The PR is likely OK to be merged with just subset of tests for default Python and Database versions without running the full matrix of tests, because it does not modify the core of Airflow. If the committers decide that the full tests matrix is needed, they will add the label 'full tests needed'. Then you should rebase to the latest main or amend the last commit of the PR, and push it with --force-with-lease.

@jedcunningham jedcunningham added this to the Airflow 2.2.2 milestone Nov 2, 2021
@jedcunningham jedcunningham added the type:bug-fix Changelog: Bug Fixes label Nov 2, 2021
@jedcunningham jedcunningham reopened this Nov 2, 2021
@jedcunningham jedcunningham merged commit 37767c1 into main Nov 2, 2021
@jedcunningham jedcunningham deleted the fix-empty-tooltip-position branch November 2, 2021 17:09
jedcunningham pushed a commit that referenced this pull request Nov 3, 2021
Only apply a large z-index when the tooltip is supposed to be display.

(cherry picked from commit 37767c1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:UI Related to UI/UX. For Frontend Developers. area:webserver Webserver related Issues okay to merge It's ok to merge this PR as it does not require more tests type:bug-fix Changelog: Bug Fixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tooltip element is not removed and overlays another clickable elements

3 participants