Skip to content

Fix task log filters not working in fullscreen mode #62699#62747

Merged
pierrejeambrun merged 1 commit intoapache:mainfrom
haseebmalik18:fix/task-logs-fullscreen-filters
Mar 6, 2026
Merged

Fix task log filters not working in fullscreen mode #62699#62747
pierrejeambrun merged 1 commit intoapache:mainfrom
haseebmalik18:fix/task-logs-fullscreen-filters

Conversation

@haseebmalik18
Copy link
Copy Markdown
Contributor

Fix log level, source, and settings dropdowns not rendering in fullscreen mode.

  • Pass isFullscreen prop to TaskLogHeader in the fullscreen dialog so the z-index fix activates
  • Add missing zIndex to source filter Select.Content for consistency with log level filter

closes: #62699

@boring-cyborg boring-cyborg bot added the area:UI Related to UI/UX. For Frontend Developers. label Mar 2, 2026
Copy link
Copy Markdown
Member

@pierrejeambrun pierrejeambrun left a comment

Choose a reason for hiding this comment

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

LGTM thanks

Depends on #60555, no backport.

@pierrejeambrun pierrejeambrun modified the milestone: Airflow 3.1.9 Mar 6, 2026
@pierrejeambrun pierrejeambrun merged commit 0cd76c0 into apache:main Mar 6, 2026
78 checks passed
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.
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.
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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

UI issue: Log levels and log source filters are not working on full screen mode

2 participants