You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Find the row of five icon-buttons (Google, doi, etc.) at the bottom of the toolbox on the right.
Click on quotation mark button at the end of the row.
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.
Close the pop-up by clicking on top-right X button.
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. Page with pop-up. Page after pop-up.
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.
The text was updated successfully, but these errors were encountered:
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:
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.
Page with pop-up.
Page after pop-up.
Desktop (please complete the following information):
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.The text was updated successfully, but these errors were encountered: