Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.5.1
-
None
Description
The calendar hides the popup when it is closed. However when the popup is displayed again it creates a new instance. This causes a leak because the hidden instances are never removed from the DOM. The fix is to destroy the calendar when the popup closes instead of hiding it.