- Issue created by @abelass
- π¬π·Greece christosgeorgiadis
Can confirm that this happens in rc14 and works normally in rc13.
- π¨πSwitzerland saschaeggi Zurich
Can you check if π Improve sticky actions implementation Active addresses this, too?
- π¬π·Greece christosgeorgiadis
The issue still persists with the patch applied.
- π©πͺGermany jurgenhaas Gottmadingen
I was able to reproduce this. The problem is that with the scenario from IS the page has 2 form buttons with the
[data-drupal-selector="edit-submit"]
and that confuses the Gin script. I've resolved this by making the click selector more explicit by also including the data-drupal-selector of the form to the button that we're intending to click.This got committed to the MR!536 in the related issue. Please give that another try and let us know here, if that fixes the issue for you. You can then set this issue to RTBC.
- π©πͺGermany jurgenhaas Gottmadingen
Setting to fixed as I was able to reproduce the problem and can confirm that the referenced MR fixes it.