Search and Top Navigation
#15336 new bug ()
Opened April 19, 2019 10:15AM UTC
Last modified April 19, 2019 10:15AM UTC
Autocomplete menu memory leak resulting in slowness.
Reported by: | bennieswart | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.menu | Version: | 1.12.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The issue is clearly illustrated here: https://jsfiddle.net/ymnh9rsu/
Elements in the menu's binding
array do not get cleared, resulting in this list becoming potentially very large, causing performance issues.
A potential fix is included in the fiddle.