Closed (fixed)
Project:
Mercury Editor
Version:
2.1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Nov 2023 at 16:19 UTC
Updated:
5 Mar 2024 at 22:44 UTC
Jump to comment: Most recent
Comments
Comment #2
pixelwhip commentedYou mentioned an Entity Browser. Do you see this same behavior using the core Media Broswer widget for selecting and adding related media to the paragraph?
Based on your screenshot, it looks like the native element in the shadow-dom of the web component probably has the "modal" attribute. This will cause the element and its contents to sit in the browser's top-layer. Drupal's autocomplete dropdown gets appended to the element of the page which sits underneath the top-layer. This would cause the options to render behind the modal's overlay.
If this is the case, we would need to figure out how to remove the modal attribute from the inner or move the autocomplete results inside the element so it gets hoisted to the top-layer as well.
Do you have a minimal way to reproduce this?
Comment #3
jesss commentedMy apologies for the confusion -- we're using the core Media Library widget, not Entity Browser.
Steps to reproduce:
Comment #4
keiserjb commentedI've had this problem as well. I added a Media Keywords field to my media types that references a taxonomy. I upload a media item and try to fill in terms. The autocomplete dropdown is behind the media library modal.
Comment #5
jesss commentedI am still seeing this behavior in alpha14 on 10.2.3. Any chance of a fix?
Comment #8
justin2pin commentedComment #10
justin2pin commented