internetarchive/openlibrary
Voir sur GitHubDuplicate match page elements do not respond to clicks
Open
#12 974 ouverte le 18 juin 2026
Good First IssueLead: @mekarpelesPriority: 3Type: Bug
Métriques du dépôt
- Stars
- (4 626 stars)
- Métriques de merge PR
- (Merge moyen 11j 13h) (95 PRs mergées en 30 j)
Description
Problem
When trying to add a book, if a matching record already exists, clicking 'Add' keeps the user at https://openlibrary.org/books/add where it displays books that could be potential matches. If valid, instead of adding the new book, the natural thing to do is to click on one of the matches. However, doing so does not lead to anything. Clicking on 'Continue' also does not do anything.
Reproducing the bug
- Try adding https://html5forwebdesigners.com/ as a new record and perform the steps above
- Observe that it navigates to https://openlibrary.org/books/add
- Try interacting with any of the relevant page elements.
- Expected behavior: The new book is not added and appropriate next steps follow.
- Actual behavior: Nothing happens
Context
- Browser (Chrome, Safari, Firefox, etc):
- OS (Windows, Mac, etc):
- Logged in (Y/N):
- Environment (prod, dev, local): prod
Breakdown
Requirements Checklist
- [ ]
Related files
Stakeholders
Instructions for Contributors
- Please run these commands to ensure your repository is up to date before creating a new branch to work on this issue and each time after pushing code to Github, because the pre-commit bot may add commits to your PRs upstream.