Skip to content

[scheduler] Allow interacting with events and calendar while event popup is open #21921

@rita-codes

Description

@rita-codes

Currently, clicking outside the event popup closes it but doesn't interact with the underlying content. In Google Calendar, clicking on another event while a popup is open closes the current popup and opens the clicked event's popup in a single action.

We should adopt the same approach:

  • Clicking on another event while a popup is open should close the current popup and open the new event's popup.
  • Clicking on an empty area of the calendar should close the popup without creating a new event.

Important context: We are changing the default event-creation trigger from double-click to single-click. This means we need to distinguish between:

  • Single click while a popup is open → close the popup (no event creation)
  • Single click with no popup open → create a new event

Metadata

Metadata

Assignees

No one assigned

    Labels

    scope: schedulerChanges related to the scheduler.type: new featureExpand the scope of the product to solve a new problem.
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions