As pointed out by Andrew in https://tracker.moodle.org/browse/MDL-51075?focusedCommentId=393487&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-393487, filter glossary is the proud host of one of our JS memory leaks.
To reproduce:
- Add a mod_page instance with a big text containing a glossary entry concept (autolinked) multiple times
- Go to the mod_page page
- Open timeline chrome dev tools tab and start recording
- Open and close the glossary concept JS popup a few times, you can try forcing garbage collection after closing a popup so we are sure that all memory that will be freed is freed
- Stop recording and see how JS, nodes and listeners has been going up for each alertpanel that was opened.
- Discovered while testing
-
MDL-51075 Glossary popup position same for all popups - need to scroll up/down to find the popup
-
- Closed
-