Summary: | "Save New Brush Preset" or "Overwrite Brush Preset" causes the current window to lock. | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | thalia.adkins.covert |
Component: | Usability | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | amy, halla |
Priority: | NOR | Keywords: | triaged |
Version: | 5.0.6 | ||
Target Milestone: | --- | ||
Platform: | macOS (DMG) | ||
OS: | macOS | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
attachment-5019-0.html
attachment-10066-0.html attachment-22172-0.html |
Description
thalia.adkins.covert
2022-05-15 19:14:55 UTC
I cannot reproduce this with either 5.0.6 or with 5.1.0-RC1 on macOS. The brush editor window is hidden, the brush saving dialog pops up, and it just works here. If you can still reproduce this, I will need a screen recording or something like that to see what might be up. Hello Halla Rempt, Attached is a screen recording showing the issue. As shown in the recording, when "Save New Brush Preset" was clicked, the window locked. Pressing the button in the upper-left corner to close did nothing, and the scratchpad function was not working. Luckily, due to a recent update, clicking away from the current window and hitting the Escape key on my keyboard now unlocks the window. I can then close out and continue working without having to reset the program. The brush does not save, however. Please let me know if there is a way to fix this, I hope the screen recording helps. Thank you for your time, I appreciate your help! Thank you so much, Thalia Adkins-Covert On Thu, Aug 11, 2022, 3:55 AM Halla Rempt <bugzilla_noreply@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=453847 > > Halla Rempt <halla@valdyas.org> changed: > > What |Removed |Added > > ---------------------------------------------------------------------------- > Resolution|--- |WAITINGFORINFO > Status|REPORTED |NEEDSINFO > > --- Comment #2 from Halla Rempt <halla@valdyas.org> --- > If you can still reproduce this, I will need a screen recording or > something > like that to see what might be up. > > -- > You are receiving this mail because: > You reported the bug. Created attachment 151295 [details] attachment-5019-0.html I apologize. I just got an announcement that the attachment was too large. Here is a link to the screen recording. https://drive.google.com/file/d/1UqqBU2K8tgal55bg9GZX4ZXRSsxo79oG/view?usp=sharing On Fri, Aug 12, 2022 at 2:39 PM Thalia Adkins-Covert < thalia.adkins.covert@gmail.com> wrote: > Hello Halla Rempt, > > Attached is a screen recording showing the issue. > > As shown in the recording, when "Save New Brush Preset" was clicked, the > window locked. Pressing the button in the upper-left corner to close did > nothing, and the scratchpad function was not working. Luckily, due to a > recent update, clicking away from the current window and hitting the Escape > key on my keyboard now unlocks the window. I can then close out and > continue working without having to reset the program. The brush does not > save, however. > > Please let me know if there is a way to fix this, I hope the screen > recording helps. Thank you for your time, I appreciate your help! > > Thank you so much, > Thalia Adkins-Covert > > On Thu, Aug 11, 2022, 3:55 AM Halla Rempt <bugzilla_noreply@kde.org> > wrote: > >> https://bugs.kde.org/show_bug.cgi?id=453847 >> >> Halla Rempt <halla@valdyas.org> changed: >> >> What |Removed |Added >> >> ---------------------------------------------------------------------------- >> Resolution|--- |WAITINGFORINFO >> Status|REPORTED |NEEDSINFO >> >> --- Comment #2 from Halla Rempt <halla@valdyas.org> --- >> If you can still reproduce this, I will need a screen recording or >> something >> like that to see what might be up. >> >> -- >> You are receiving this mail because: >> You reported the bug. > > Thanks for your comment! Automatically switching the status of this bug to REPORTED so that the KDE team knows that the bug is ready to get confirmed. In the future you may also do this yourself when providing needed information. It looks like somehow on your system the brush save dialog is either shown behind the brush editor dialog. On my mac it replaces the brush editor dialog. I'm using Rectangle, though, so that might have some influence. Do you use any window management utitilies apart from what apple provides? Created attachment 151318 [details] attachment-10066-0.html Not that I am aware of, no. On Sat, Aug 13, 2022, 11:31 AM Halla Rempt <bugzilla_noreply@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=453847 > > --- Comment #6 from Halla Rempt <halla@valdyas.org> --- > It looks like somehow on your system the brush save dialog is either shown > behind the brush editor dialog. On my mac it replaces the brush editor > dialog. > I'm using Rectangle, though, so that might have some influence. Do you use > any > window management utitilies apart from what apple provides? > > -- > You are receiving this mail because: > You reported the bug. On the last master build I have here, macOS Big Sur 11.6.8 and 5.2.0-prealpha 2b1c570, the dialog is classified as a NSSheet (borderless dialog, blocks the owner window). That's why escaping it works. I do see, though, that the save dialog is parented to the main Krita app but *not* to the brush editor. That one's shown separately from Krita. Created attachment 151327 [details] attachment-22172-0.html I tried the most recent build (Build #782) and the issue is fixed. Thank you! On Sun, Aug 14, 2022 at 12:14 PM amyspark <bugzilla_noreply@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=453847 > > amyspark <amy@amyspark.me> changed: > > What |Removed |Added > > ---------------------------------------------------------------------------- > CC| |amy@amyspark.me > > --- Comment #8 from amyspark <amy@amyspark.me> --- > On the last master build I have here, macOS Big Sur 11.6.8 and > 5.2.0-prealpha > 2b1c570, the dialog is classified as a NSSheet (borderless dialog, blocks > the > owner window). That's why escaping it works. > > I do see, though, that the save dialog is parented to the main Krita app > but > *not* to the brush editor. That one's shown separately from Krita. > > -- > You are receiving this mail because: > You reported the bug. thanks for checking |