Fix task log filters not working in fullscreen mode #62699#62747
Merged
pierrejeambrun merged 1 commit intoapache:mainfrom Mar 6, 2026
Merged
Conversation
pierrejeambrun
approved these changes
Mar 6, 2026
dominikhei
pushed a commit
to dominikhei/airflow
that referenced
this pull request
Mar 11, 2026
pierrejeambrun
added a commit
to astronomer/airflow
that referenced
this pull request
Mar 17, 2026
Chakra 3.34.0 changed the Dialog recipe's z-index token from zIndex.modal (1400) to zIndex.popover (1500). The dropdown fix from apache#62747 was computing modal+1=1401, which is now below the dialog's 1500, causing dropdowns to render behind the fullscreen modal. Update the token lookup to match the current recipe.
1 task
pierrejeambrun
added a commit
that referenced
this pull request
Mar 17, 2026
Chakra 3.34.0 changed the Dialog recipe's z-index token from zIndex.modal (1400) to zIndex.popover (1500). The dropdown fix from #62747 was computing modal+1=1401, which is now below the dialog's 1500, causing dropdowns to render behind the fullscreen modal. Update the token lookup to match the current recipe.
fat-catTW
pushed a commit
to fat-catTW/airflow
that referenced
this pull request
Mar 22, 2026
…he#63816) Chakra 3.34.0 changed the Dialog recipe's z-index token from zIndex.modal (1400) to zIndex.popover (1500). The dropdown fix from apache#62747 was computing modal+1=1401, which is now below the dialog's 1500, causing dropdowns to render behind the fullscreen modal. Update the token lookup to match the current recipe.
techcodie
pushed a commit
to techcodie/airflow
that referenced
this pull request
Mar 23, 2026
…he#63816) Chakra 3.34.0 changed the Dialog recipe's z-index token from zIndex.modal (1400) to zIndex.popover (1500). The dropdown fix from apache#62747 was computing modal+1=1401, which is now below the dialog's 1500, causing dropdowns to render behind the fullscreen modal. Update the token lookup to match the current recipe.
abhijeets25012-tech
pushed a commit
to abhijeets25012-tech/airflow
that referenced
this pull request
Apr 9, 2026
…he#63816) Chakra 3.34.0 changed the Dialog recipe's z-index token from zIndex.modal (1400) to zIndex.popover (1500). The dropdown fix from apache#62747 was computing modal+1=1401, which is now below the dialog's 1500, causing dropdowns to render behind the fullscreen modal. Update the token lookup to match the current recipe.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix log level, source, and settings dropdowns not rendering in fullscreen mode.
isFullscreenprop toTaskLogHeaderin the fullscreen dialog so the z-index fix activateszIndexto source filterSelect.Contentfor consistency with log level filtercloses: #62699