fix(edit-content): date picker panel clipped by dialog overflow (#36156 QA) - #36566
Merged
Conversation
…nent for improved dropdown positioning
9 tasks
Contributor
|
Claude finished @adrianjm-dotCMS's task in 59s —— View job Claude finished @adrianjm-dotCMS's task in 46s —— View job PR Review — date picker
|
nicobytes
approved these changes
Jul 14, 2026
|
Queued — the merge queue status continues in this comment ↓. |
Merge Queue Status
This pull request spent 57 minutes 33 seconds in the queue, with no time running CI. Waiting for any of
All conditions
ReasonPull request #36566 has been merged manually at cd5497f HintYou were too fast! Tick the box to put this pull request back in the merge queue (same as
|
22 tasks
22 tasks
oidacra
approved these changes
Jul 14, 2026
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.
Proposed Changes
QA feedback on #36156: the Date / Date-Time / Time picker panel was partially obscured when opened inside the Edit Content dialog or in full screen — the overlay was being clipped by the dialog's
overflowboundary.Screen.Recording.2026-07-14.at.10.49.48.AM.mov
Fix: add
[appendTo]="'body'"to the<p-datepicker>incalendar-field.component. PrimeNG renders the panel inline by default, so any ancestor withoverflow: hidden/auto(the dialog / full-screen container) clips it. Teleporting the overlay to<body>takes it out of the clipping context. This is the same pattern already used by the other overlays inlibs/edit-content(menus, dialogs, file-field).Single-line change; applies to all three field types (Date, Date/Time, Time) since they share
dot-calendar-field. No API/backend changes.Checklist
Relates to #36156
🤖 Generated with Claude Code
This PR fixes: #36156