🐛 | AJAX Comments | Having the same type of entity on one page with comments enabled breaks the HTML ID uniqueness of the wrapper
You've accurately described a tricky issue with Drupal's rendering and comment system when using Views and AJAX. The problem stems from the combination of non-unique wrapper IDs generated by Html::getUniqueId when entities of the same type are displayed multiple times on a page, and how AJAX updates interact with this. Click Here
🐛 | AJAX Comments | Having the same type of entity on one page with comments enabled breaks the HTML ID uniqueness of the wrapper
You've accurately described a tricky issue with Drupal's rendering and comment system when using Views and AJAX. The problem stems from the combination of non-unique wrapper IDs generated by Html::getUniqueId when entities of the same type are displayed multiple times on a page, and how AJAX updates interact with this. Click Here