backdrop-contrib / references_dialog

Extends reference fields by adding links to add, edit, and search for references through a dialog.
https://backdropcms.org/project/references
GNU General Public License v2.0
1 stars 3 forks source link

Dialog closed with close box is not destroyed. #3

Closed ghost closed 6 years ago

ghost commented 8 years ago

When the user clicks the close box of the dialog, the dialog is dismissed from the screen, but the underlying Backdrop.ReferencesDialog object is still alive - particularly, it continues to track main page scroll position to keep centered, etc.., which is time consuming and makes browser painfully slow.