- Issue created by @dave reid
- Assigned to danrod
- Status changed to Needs review
over 1 year ago 7:45pm 22 August 2023 - π¨π¦Canada danrod Ottawa
Attached a patch file that fixes this, I am not sure this be included in the latest release, but I hope that this patch will be useful for you.
- Status changed to RTBC
about 1 year ago 6:45pm 26 September 2023 - πΊπΈUnited States dave reid Nebraska USA
Yes, this has been addressing the issue for us.
- Status changed to Needs review
about 1 year ago 11:38pm 26 October 2023 - πΊπΈUnited States dave reid Nebraska USA
Actually I'm seeing that the z-index needs to be applied to
<div tabindex="-1" role="dialog" class="ui-dialog ui-corner-all ui-widget ui-widget-content ui-front ui-draggable ui-resizable" aria-describedby="drupal-lbim-modal" aria-labelledby="ui-id-1" style="position: absolute; height: auto; width: 1876px; top: 2110px; left: 90px; z-index: 101;">...
- πΊπΈUnited States adam-delaney
Per this doc: https://www.drupal.org/docs/theming-drupal/z-indexes-in-drupal-8 β , the jquery-ui dialog should have a z-index of 1260. After a brief investigation it not's clear to me how to set the z-index for that element. From what I can tell there is no code in the module that is responsible for setting that.
- Merge request !11Set zindex on div[aria-describedby=drupal-lbim-modal] to ensure the modal is placed above contextual links on blocks β (Open) created by dave reid