- πΊπΈUnited States scottop
Howdy! This seems like just what I need, but my site is indeed based on Bootstrap 5. So when I click on something, it expands and then immediately contracts again. Any chance of getting this back in the module? I looked at the patch file and it seems that it has no home in the current 2.0@dev release, so I suspect that the code has moved on. But perhaps the solution of just passing down the wrapper class would work and might be easy to implement.
- πΊπΈUnited States scottop
Hello again. Please... I see now that this bug was worked on for the Drupal 7 version, but never got included moving forward. The Drupal 8|9|10 code is very different, so I have no idea how to implement this fix now. It seems that Bootstrap's collapse function is fighting your own collapse function, because when I try to expand a row, it expands, collapses, expands again, collapses again and them stays collapsed. I really want to get this to work so I can use it for a better Book Table of Contents. Any chance someone can give me a hint of where to poke? I spent about eight hours poking around, but in the end was not successful.
- πΊπΈUnited States scottop
Wait, Bootstrap was not the problem. This was a Javascript issue which is the same as https://www.drupal.org/project/views_tree/issues/3344199 π Collapsible javascript event attach multiple times RTBC .
I applied that patch and it worked. Does this make it a "Related Issue"?
ANd... Thanks for the Great Module!