obsidian-community / obsidian-full-calendar

Keep events and manage your calendar alongside all your other notes in your Obsidian Vault.
https://davish.github.io/obsidian-full-calendar/
MIT License
787 stars 105 forks source link

Cannot click-create entries, when full-calendar is in it's own window #564

Open ckpinguin opened 4 months ago

ckpinguin commented 4 months ago

Please check that this issue hasn't been reported before.

Expected Behavior

Open the new event modal-container in the app-container of the new window

Current behaviour

The modal-container does not get created in the new window. Only after the window is closed, the modal-container appears in the original Obsidian window (inside ).

JavaScript console output

No response

Steps to reproduce

  1. Open Devtools
  2. Open full-calendar Widget
  3. Right-click on the tab and click „Move to new window“
  4. Open Devtools there too
  5. In the new window with the calendar, click on any place to create a new event
  6. Event time is marked, but no Modal opens
  7. Close the calendar and the modal opens in the main Obsidian window

Calendar information

No remote calendars used so far.

Which Operating Systems are you using?

Obsidian Version

1.5.12

Full Calendar Plugin Version

0.10.7

Checks

Possible solution

To somehow get the modal-container opened in the respective window where the event (click on calendar) has happened?

Comments

No response