Description
Checklist
- I am using an up-to-date version.
- I have read the documentation.
- I have searched existing issues.
TagStudio Version
Alpha 9.3.2
Operating System & Version
Windows 11 Pro 23H2 (version 10.0.22631 build 22631)
Description
The buttons "Search for Tag" and "Add to Search" don't work when clicked from the "Manage Tags" menu.
(you get them by right clicking a tag). If clicked, nothing happens. The search bar does not change and no search is triggered.
Interestingly, these buttons work partially when clicked in the main window (e.g. when you click on an image and then right click a tag associated with that image and select one of these buttons)
Left clicking the tag and using "Search for Tag" both (apparently) do the same thing and search for "tag_id: {tagid}", while the "Add to Search" button does nothing again.
I know a thing or two about python, so I will try to hunt this down. Although I've only ever botched together some janky stuff for myself and never did anything for a larger project like this, so no promises.
Expected Behavior
I would expect the buttons that say "do X" to do X.
Steps to Reproduce
issue from manage tags:
- Click "Edit" > "Manage Tags".
- Right click any tag.
- Select either "Search for Tag" or "Add to Search".
- Observe, as nothing happens.
buttons in main window not working:
- Click on any image with tags.
- Right click any tag.
- Select "Add to Search"
- Observe, as nothing happens.
Logs
No response