[8.x] Backport facet modal bugfixes #3568
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR ports several related facet modal bugfixes that were recently made in
main
back to therelease-8.x
branch:The net effect of these changes in a Blacklight 8.x application:
more
in a facet will open the modal for further exploration as expected. The modal will now have a slightly darker backdrop, matching the style for Bootstrap modals.prev
/next
nav and sort options both at the top and bottom of the modal, and not above the modal header/title.index_range: 'A'..'Z'
(or other range), the resultingA
toZ
nav will now appear in a gray box, and will wrap correctly at narrow viewports.suggest: true
, the facet filter input (added in8.8.0
) will also appear in a gray box, and will now work in concert with the sort options (as well as theindex_range
A-Z nav if present)./catalog/facet/subject_ssim
-- the facet UI displayed outside of a modal -- will now be presentable and useful; all the nav elements will now look correct on that page.