Skip to content

Fix RenderedJsonField not displaying in table cells - #63245

Merged
choo121600 merged 2 commits into
apache:mainfrom
yuseok89:fix/rendered-json-field-monaco
Mar 10, 2026
Merged

Fix RenderedJsonField not displaying in table cells#63245
choo121600 merged 2 commits into
apache:mainfrom
yuseok89:fix/rendered-json-field-monaco

Conversation

@yuseok89

Copy link
Copy Markdown
Contributor

XCom values were not displaying correctly.
This issue likely appeared after PR #62708 , though that is speculative.

The fix updates RenderedJsonField with:

  • flex={1} and minW={200} on the Flex container
  • A Box wrapper with position: relative/absolute so Monaco Editor renders correctly in flex layouts

Before

image

After

image

The connection form also displays JSON correctly with this change.
image


Was generative AI tooling used to co-author this PR?
  • Yes (please specify the tool below)
    • Cursor

  • Read the Pull Request Guidelines for more information. Note: commit author/co-author name and email in commits become permanently public when merged.
  • For fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
  • When adding dependency, check compliance with the ASF 3rd Party License Policy.
  • For significant user-facing changes create newsfragment: {pr_number}.significant.rst, in airflow-core/newsfragments. You can add this file in a follow-up commit after the PR is created so you know the PR number.

@boring-cyborg boring-cyborg Bot added the area:UI Related to UI/UX. For Frontend Developers. label Mar 10, 2026

@choo121600 choo121600 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

It looks good to me:)
good catch!

@choo121600
choo121600 merged commit 396f818 into apache:main Mar 10, 2026
104 of 111 checks passed
@bbovenzi bbovenzi modified the milestone: Airflow 3.1.9 Mar 11, 2026
dominikhei pushed a commit to dominikhei/airflow that referenced this pull request Mar 11, 2026
Pyasma pushed a commit to Pyasma/airflow that referenced this pull request Mar 13, 2026
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.

3 participants