- 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.
-
itmaybejj β
committed 15ab5581 on 2.2.x
Issue #3536720 by itmaybejj: Conflict with Responsive Tables Filter...
-
itmaybejj β
committed 15ab5581 on 2.2.x
-
itmaybejj β
committed 161b3d80 on 2.2.x
Issue #3536720 by itmaybejj: Conflict with Responsive Tables Filter...
-
itmaybejj β
committed 161b3d80 on 2.2.x
- πΊπΈUnited States itmaybejj
That was indeed the issue.
This whole page should be rewritten; the code is far too fragile as it is. I may revisit in the 3.x branch. But in the interim -- I tagged a release with a quick fix.
Automatically closed - issue fixed for 2 weeks with no activity.