- Issue created by @Kasey_MK
- πΊπΈUnited States itmaybejj
Thanks for posting the workaround; I'll take a look at this in the next release cycle.
- πΊπΈUnited States mark_fullmer Tucson
Maintainer of Responsive Tables Filter here, chiming in. I think the problem stems from the fact that the reponsive tables logic wraps the "Reset" link in a span tag, as shown below, and the JavaScript in Editoria11y assumes that the
<a>
is the immediate sibling of the<td>
element here: https://git.drupalcode.org/project/editoria11y/-/blob/2.2.x/js/editoria1...<span class="tablesaw-cell-content"> <a role="button" title="Reset this dismissal" class="ed11y-reset-this-dismissal action-link action-link--icon-trash"> <span hidden="" class="ed11y-api-by">1</span> <span hidden="" class="ed11y-api-path">/node/1</span> </a> </span>
Ideally, the targeting JS in Editoria11y can be more tractable and the two modules can play nice together.