Summary: | Assigning a Color to a Frame in the Animation Timeline Is Broken (Right Click Menu Inconsistency) | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Bollebib <kwadraatnope> |
Component: | Animation | Assignee: | Dmitry Kazakov <dimula73> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | eoinoneill1991, griffinvalley, halla |
Priority: | NOR | Keywords: | investigated, regression, triaged |
Version: | 4.0.2 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://commits.kde.org/krita/2078af01bb8eae2257cf0dd04fe9cc983e462af7 | Version Fixed In: | |
Sentry Crash Report: |
Description
Bollebib
2018-05-10 09:37:18 UTC
Hi, Bollebib! I cannot reproduce this bug in by 4.0 build :( Are you really sure the bug is present? I cannot reproduce this in 4.0.3 I reopened this i'm now in 4.1 , i ave since i made this bug 2 or 3 times removed kritarc it took only 2 hours or so for me to notice while initially i could color frames again, i cant color them anymore,again. the bug is back and i dont know what triggers it I cant keep removing kritarc. could you like, attach the faulty kritarc next time? Then we can figure out what is causing it. Using a mouse seems to be the solution after that my stylus can change the color again,and if it locks i use a mouse to unlock it again 15:15:46 - Wolthera_laptop: Bollebib: have you tried setting them with a regular mouse? 15:15:55 - Wolthera_laptop: maybe the widget is just not cooperating. Application Version: Master Branch System: Ubuntu 18.04 bionic So I believe I have confirmed your problem but would also like to specify what exactly is happening. Basically, most right click menus in Krita (and other QT applications) allow you to hold down the right click button and release to select an option. While this works for most options Krita's drop down menus, it does not work with frame color selection in the animation timeline. I believe this must be what you are experiencing and why the issue is so intermittent. Right-mouse release needs to be added to the frame color selection widget to make it consistent with other right click menu options. Git commit 66500f84dea377a3221768148006c4616e5a1ded by Dmitry Kazakov. Committed on 21/09/2018 at 09:29. Pushed by dkazakov into branch 'master'. Make color label selector handle mouse release events Qt supports hold+release context menu actions. We should also support that in our own widget. M +9 -5 libs/ui/widgets/kis_color_label_selector_widget.cpp https://commits.kde.org/krita/66500f84dea377a3221768148006c4616e5a1ded Git commit 37bc6c6686a17cf0a1cf463c9595a865d8f1b203 by Dmitry Kazakov. Committed on 21/09/2018 at 09:38. Pushed by dkazakov into branch 'master'. Use user-selected color label for the auto-created animation frames M +2 -1 libs/image/kis_transaction_data.cpp https://commits.kde.org/krita/37bc6c6686a17cf0a1cf463c9595a865d8f1b203 Git commit 2078af01bb8eae2257cf0dd04fe9cc983e462af7 by Boudewijn Rempt, on behalf of Dmitry Kazakov. Committed on 24/09/2018 at 07:05. Pushed by rempt into branch 'krita/4.1'. Use user-selected color label for the auto-created animation frames M +2 -1 libs/image/kis_transaction_data.cpp https://commits.kde.org/krita/2078af01bb8eae2257cf0dd04fe9cc983e462af7 Git commit 85683e361572a9331a2d254b51f5f9b68f66b395 by Boudewijn Rempt, on behalf of Dmitry Kazakov. Committed on 24/09/2018 at 07:05. Pushed by rempt into branch 'krita/4.1'. Make color label selector handle mouse release events Qt supports hold+release context menu actions. We should also support that in our own widget. M +9 -5 libs/ui/widgets/kis_color_label_selector_widget.cpp https://commits.kde.org/krita/85683e361572a9331a2d254b51f5f9b68f66b395 |