- Issue created by @shagel
bh-shubh โ made their first commit to this issueโs fork.
- ๐ฎ๐ณIndia swatidhurandhar
@shagel
Can you add steps to replicate it? @swatidhurandhar
in our case (in Safari only !):
we install the redirect module https://www.drupal.org/project/redirect โ
we add a redirect to a node /admin/config/search/redirect/add
we go to edit the node, open the sidebar -> button is not clickable.PS: my fix in a custom css was
#edit-url-redirects .gin-layer-wrapper {
position:relative;
}#edit-url-redirects .gin-layer-wrapper .gin-table-scroll-wrapper {
position:relative;
z-index:1;
}#edit-url-redirects ul.action-links {
position:relative;
z-index:5;
}- @swatidhurandhar-0 opened merge request.
- Status changed to Needs review
about 1 year ago 10:49am 14 November 2023 - ๐ฎ๐ณIndia swatidhurandhar
I was able to replicate the issue in Safari. Below are the steps I followed:
1) Install the redirect module https://www.drupal.org/project/redirect โ
2) Open an article -> In right sidebar under 'URL redirect' -> Click on "Add URL redirects" and add 1 redirect.
3) Once redirect is added, refresh the same article and check 'URL redirect' in right sidebar again. Now "Add URL redirects" bitton is not clickable on Safari.This needs to be fixed in latest version so I have added a patch.
cc: @saschaeggi - Status changed to Needs work
10 months ago 7:32pm 5 February 2024 - ๐ฎ๐ณIndia djsagar
Patch files are no longer recommended so create MR for the above.
Moving NW.
- ๐ฎ๐ณIndia djsagar
Hi @swatidhurandhar,
replicate issue on safari for reference
Getting error while applying patch.
After Patch:
Note: check the path for the theme (You need to clone theme from https://www.drupal.org/project/gin/git-instructions โ )