From b1f1ef447dfb9c149e22fb7da686890c496de795 Mon Sep 17 00:00:00 2001 From: Jed Date: Wed, 20 Nov 2024 15:49:42 +0100 Subject: [PATCH] Pro 6822 color picker broken (#4809) * fixes overflow hidden in inline array hiding color picker, makes transition smoother * fixes color picket inputs --- CHANGELOG.md | 1 + .../color-field/ui/apos/components/AposColor.vue | 12 ++++++------ .../ui/apos/lib/AposColorEditableInput.vue | 1 + .../schema/ui/apos/components/AposInputArray.vue | 2 +- .../schema/ui/apos/scss/AposInputArray.scss | 8 +++----- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28e4f94732..843d2ea7f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ did not actually use any noncompliant cookie names or values, so there was no vu * The `renderPermalinks` and `renderImages` methods of the `@apostrophecms/rich-text` module now correctly resolve the final URLs of page links and inline images in rich text widgets, even when the user has editing privileges. Formerly this was mistakenly prevented by logic intended to preserve the editing experience. The editing experience never actually relied on the rendered output. * Search bar will perform the search even if the bar is empty allowing to reset a search. +* Fixes Color picker being hidden in an inline array schema field, also fixes rgba inputs going off the modal. ### Adds diff --git a/modules/@apostrophecms/color-field/ui/apos/components/AposColor.vue b/modules/@apostrophecms/color-field/ui/apos/components/AposColor.vue index b9614a7f42..405b478b90 100644 --- a/modules/@apostrophecms/color-field/ui/apos/components/AposColor.vue +++ b/modules/@apostrophecms/color-field/ui/apos/components/AposColor.vue @@ -29,35 +29,35 @@
-
-
-
-
-
- +