π¬ | Editoria11y Accessibility Checker | Move invisible element warning from modal alert to main panel
πΊπΈUnited States Lanny Heidbreder
lanny heidbreder β created an issue.
πΊπΈUnited States Lanny Heidbreder
The attached patch is my attempt at another approach. When you select a facet, `facets-views-ajax.js` makes two AJAX requests: one for the view, and one for the facets in particular. The Views one returns the bad URLs, the Facets one returns correct URLs. The Views one is initiated first, but if it finishes last, you're stuck with the broken URLs. The patch ensures that the Facets AJAX call executes after the Views one is completely finished.