Recurring event, calendar view, calendar remains

We have noticed the following issue:

  1. New/Edit recurring event
  2. important! calendar view is set for the period definition
    scheduler.config.lightbox.sections = [{ name: “description”, height: 50, map_to: “text”, type: “textarea”, focus: true }
    , { name: “recurring”, height: 115, type: “recurring”, map_to: “rec_type”, button: “recurring” }
    , { name: “time”, height: 72, type: “calendar_time”, map_to: “auto” }
    , { name: “calendar”, height: 72, type: “select”, options: calendarTypes, map_to: “calendar_id” }
    ];
  3. Start entering date (calendar control opened)
  4. press Esc

The event dialog closed, but calendar is still shown.

Hello,
the issue is confirmed and will be fixed in the next update