Skip to content
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

Citation entry pop-up leaves modal layer after itself #783

Open
NordMike opened this issue Oct 29, 2024 · 0 comments
Open

Citation entry pop-up leaves modal layer after itself #783

NordMike opened this issue Oct 29, 2024 · 0 comments
Labels

Comments

@NordMike
Copy link

Describe the bug
On the paper info page there is a quotation mark button at the bottom of the toolbox on the right side. It opens the "Export formatted citation" pop-up. When you close it using top-right X button the page remains grayed-out and doesn't receive mouse events.

To Reproduce
Steps to reproduce the behavior:

  1. Go to any paper info page like https://arxiv.org/abs/YYMM.NNNNN.
  2. Find the row of five icon-buttons (Google, doi, etc.) at the bottom of the toolbox on the right.
  3. Click on quotation mark button at the end of the row.
  4. See the "Export formatted citation" pop-up opened and the rest of page grayed-out. Clicking on the grayed-out field doesn't yield any visible reaction.
  5. Close the pop-up by clicking on top-right X button.
  6. See the page remaining grayed-out and not reacting to clicks.

Expected behavior
In the step 6 of To Reproduce a page should gain its colours back and react to clicks.

Screenshots
Page before pop-up.
image
Page with pop-up.
image
Page after pop-up.
image

Desktop (please complete the following information):

  • OS: Linux
  • Browser Firefox
  • Version 128.3.1esr

Additional context
The problem seems to be that <div id="bib-modal/> is added to DOM to show pop-up but when you close it only its contents are removed leaving containing <div/> behind.

@NordMike NordMike added the bug label Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant