marcusolsson / obsidian-projects

Plain text project planning in Obsidian
Apache License 2.0
1.42k stars 56 forks source link

Folder suggestions appearing behind modal #871

Open insecurejezza opened 4 months ago

insecurejezza commented 4 months ago

What happened?

When inserting the folder path when creating a Project the suggestions are appearing behind the modal and cannot be selected.

What did you expect to happen?

Folder suggestions should appear in front of the modal and be selectable.

How can we reproduce it (as minimally and precisely as possible)?

Create a new project. Start typing in the Folder Path field.

Anything else we need to know?

The Quickadd plugin fixed the same issue in their recent update. Issue seems to be caused by Obsidian v1.6.0 update.

https://github.com/chhoumann/quickadd/commit/df182d218dcf2199ef483822170b6fb07bbabc3f

Plugin version

1.17.3

Obsidian version

1.6.0

OS

macOS

Acylation commented 4 months ago

Thanks for reminding me this! There are something in-progress to adapt Projects to Obsidian 1.6.x (#873). I'm now in Obsidian v1.6.1 and my folder suggestion works fine. The teams have made some changes to the popover styling, so please update Obsidian main app then check this again, thx!

See https://obsidian.md/changelog/2024-05-22-desktop-v1.6.1/

Developers We have reverted the CSS changes to .suggestion-popover which should fix the issues with suggestions created by plugins appearing unstyled.