Skip to content

Commit f9cf65f

Browse files
committed
Add TINY-4531 release note: dropdown matchWidth positioning fix
1 parent 8d0bcc7 commit f9cf65f

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

modules/ROOT/pages/8.4.0-release-notes.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,13 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
158158

159159
// CCFR here.
160160

161+
=== Dropdown menus with `matchWidth: true` would be located to the left of their parent if the content was sufficiently long
162+
// #TINY-4531
163+
164+
Previously, dropdown menus with `matchWidth: true` could appear shifted to the left when content was long, such as when pasting URLs into the image dialog source field. The dropdown width was constrained to match the input, but the menu was not repositioned after that constraint, so the final placement no longer aligned with the input. This made the dropdown seem disconnected and confused users.
165+
166+
In {productname} {release-version}, the positioning logic now triggers a repositioning whenever the dropdown width is constrained. The dropdown remains aligned with the input as expected.
167+
161168

162169
[[security-fixes]]
163170
== Security fixes

0 commit comments

Comments
 (0)