- Issue created by @Kasey_MK
- πΊπΈUnited States mark_fullmer Tucson
Thanks for reporting this. I was able to reproduce the conflict described. My review of the code suggests that the adjustment should happen on the `editoria11y` front. 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>
I'll leave a similar comment in π¬ Conflict with Responsive Tables Filter & clearing dismissals Active