-
-
Notifications
You must be signed in to change notification settings - Fork 302
Description
⚠️ Check issue is valid.
- My request is about the Tasks plugin for Obsidian.
- I have tested the bug with the latest version of the Tasks plugin.
⚠️ Check that this issue hasn't been reported before.
- I searched previous Tasks plugin Bug Reports didn't find any similar reports.
Steps to reproduce (text only)
- Open Obsidian
- Create a file
- Add task query in the file created
```tasks
not done
```
- Open said file on new window (You can use the obsidian command for this or drag the tab outside obsidian)
- Move new tab to another desktop, to do this use win+shift to open the desktop and windows open, then create a new desktop and drag the new obsidian tab to new desktop
- Now go to new desktop created in step 5, use win+arrow-key-right to go to new desktop
- Now go back to first desktop and add a new task on another file
- [ ] New task 📅 2023-04-10
- Go to new desktop with the obsidian tab that has the query
- Query does not update and stays frozen until you go back to main obsidian application, after that the query updates.
Steps to reproduce (w/ Images)
- Open obsidian
- Open a file that contains a taks-pluging query
- Open tab in another window
- Move new window to another desktop
- In this case I move the new tab to desktop2
- Obsidian has a main window and a secondary one, for the bug to occur the task query must be on the secondary window, on the second desktop
- Use task query on the new tab moved to the new desktop
Expected Behavior
Tasks query works normally and updates according to changes in vault
Current Behaviour
Tasks query freezes and stops working all together
Obsidian Debug Info
SYSTEM INFO:
Obsidian version: v1.9.12
Installer version: v1.8.4
Operating system: Windows 11 Home 10.0.26100
Login status: not logged in
Language: en
Insider build toggle: off
Live preview: off
Base theme: dark
Community theme: Vanilla AMOLED Color v1.0.0
Snippets enabled: 6
Restricted mode: off
Plugins installed: 13
Plugins enabled: 13
1: Templater v2.14.1
2: Tasks v7.21.0
3: Execute Code v2.1.2
4: Latex Suite v1.9.8
5: Dataview v0.5.68
6: Periodic Notes v0.0.17
7: Tracker v1.17.0
8: Frontmatter Tag Suggest v0.4.1
9: Excalidraw v2.15.0
10: Hider v1.5.1
11: File Diff v1.1.2
12: Zotero Integration v3.2.1
13: Pandoc Reference List v2.0.25
RECOMMENDATIONS:
Custom theme and snippets: for cosmetic issues, please first try updating your theme and disabling your snippets. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community theme and snippets.
Community plugins: for bugs, please first try updating all your plugins to latest. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community plugins.
Which Operating Systems are you using?
- Android
- iPhone/iPad
- Linux
- macOS
- Windows
Operating System Version(s)
Windows 11
Obsidian Version
1.9.10
Tasks Plugin Version
7.21.0
Checks
- I have tried it with all other plugins disabled and the error still occurs
- I have tried to locate possible errors in obsidian console, but no errors are reported by obsidian console.
Possible solution
The problem only appears when used on a different desktop and using a different window from the main obsidian window, it does not happen if using multiple windows on the same desktop. It is also interesting than when you go back to main obsidian window on the main desktop and back to the second desktop the task query updates with changes made, but then stops updating.