| Summary: | Save As button opens "Open File" dialog instead of Save | ||
|---|---|---|---|
| Product: | [Applications] NeoChat | Reporter: | Justin Zobel <justin> |
| Component: | General | Assignee: | Tobias Fella <fella> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | carl, james.h.graham, ulterno |
| Priority: | NOR | ||
| Version First Reported In: | 24.01.85 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/network/neochat/-/commit/d26a6916478b9eb76c9d09a675c74ce6a04df3cd | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Justin Zobel
2023-12-27 03:00:11 UTC
Can confirm. Just to double check that you mean in the image maximize view as that is where I see it Not a recent regression. Same bug exists in 23.08.4 A possibly relevant merge request was started @ https://invent.kde.org/network/neochat/-/merge_requests/1561 A possibly relevant merge request was started @ https://invent.kde.org/network/neochat/-/merge_requests/1562 Fixed for branch release/23.08 https://invent.kde.org/network/neochat/-/merge_requests/1562 Hopefully someone can check it out for master and get it there. Note: It seems there might be a lot of erroneous variable name issues in the QML code. It would be good to find a way to autodetect them. (In reply to Bug Janitor Service from comment #3) > A possibly relevant merge request was started @ > https://invent.kde.org/network/neochat/-/merge_requests/1561 Sorry, this was a wrong one. Selected the wrong branch by mistake. Git commit d26a6916478b9eb76c9d09a675c74ce6a04df3cd by Tobias Fella, on behalf of Ulterno Ω*. Committed on 11/02/2024 at 12:17. Pushed by tfella into branch 'release/23.08'. Fix saving images Fixed variable names and scope resolution for saveAsDialog in NeochatMaximizeComponent Hence, correcting the File Dialog type and making the downloadFile function work. M +2 -2 src/qml/Component/NeochatMaximizeComponent.qml https://invent.kde.org/network/neochat/-/commit/d26a6916478b9eb76c9d09a675c74ce6a04df3cd |