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

Zotero Item Selector unchecked selections #1804

Closed
akinhwan opened this Issue Dec 26, 2018 · 3 comments

Comments

Projects
None yet
3 participants
@akinhwan

akinhwan commented Dec 26, 2018

As observed on Mozilla Firefox Quantum 60.4.0esr (64-bit)

When a user makes selections on the Search Results Page, then clicks on Zotero Extension to save, the Zotero Item Selector dialog window should show/remember what the user has selected on the page.

Please see https://github.com/zotero/translators/blob/master/PubMed.js#L176
Correct me if I'm wrong but either this was never the intended functionality, or it may have broken at some point. May not be a big issue, users could also just get used to the fact that they have to make their selections within the "Zotero Item Selector", which in that case I'm not sure what Line 176 is doing, because commenting it out doesn't break the getSearchResults function nor any tests.

pubmed_search_results_multiple_unchecked

@dstillman dstillman closed this in 19d5ca0 Jan 10, 2019

@dstillman

This comment has been minimized.

Member

dstillman commented Jan 10, 2019

Thanks — fixed. The site structure changed, so the checkboxes weren't being found.

Your Zotero Connector should auto-update within 24 hours, or you can update manually by clicking Update Translators in the Advanced pane of the Zotero Connector preferences.

@akinhwan

This comment has been minimized.

akinhwan commented Jan 15, 2019

thanks @dstillman! I saw your code, my Pull Request is still open however, so there is a merge conflict with your contribution.

@adam3smith

This comment has been minimized.

Collaborator

adam3smith commented Jan 15, 2019

I'll rebase that, don't worry about it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment