Opened 4 years ago
#15336 new bug
Autocomplete menu memory leak resulting in slowness.
Reported by: | Bennie Swart | 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.
Note: See
TracTickets for help on using
tickets.