8000 Permit markup on prev/next facet pagination buttons by jcoyne · Pull Request #3591 · projectblacklight/blacklight · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Permit markup on prev/next facet pagination buttons #3591

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 29, 2025
Merged

Conversation

jcoyne
Copy link
Member
@jcoyne jcoyne commented Apr 29, 2025

Previously, if a button was customized to have child DOM elements, such as:

<a href="..."><span>Text</span></a>

it would not receive the intended behavior. Becuase the click target would be a child element (the span in this case), not the link element.

This is similar to #3583

Previously, if a button was customized to have child DOM elements, such as:
```html
<a href="..."><span>Text</span></a>
```

it would not receive the intended behavior.  Becuase the click target would be a child element (the span in this case), not the link element.

This is similar to #3583
@jcoyne jcoyne merged commit e941280 into main Apr 29, 2025
11 checks passed
@jcoyne jcoyne deleted the permit-markup branch April 29, 2025 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0