Summary: | Manualy change the value in a gui instad of the arrows get a crash | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | orleans <micet2004-winehq> |
Component: | widget-comic | Assignee: | Matthias Fuchs <mat69> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | higuita, mat69 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.7.4 | |
Sentry Crash Report: |
Description
orleans
2011-10-24 18:57:25 UTC
Could you please describe in more detail what you actually did. E.g. what do you mean with "Manualy change the value in a gui"? Another thing: Do you know if a comic strip was already displayed before you clicked Ok? I have 9 comics loaded. in the settings I was trying to change the time value between refreshes. default some where arount 20 because I did not want to wait until 200 with picking on the arrows, I entered the number manually. after pressing the tab key a crash was born. I tryed it on a later time again the numbers every time changed after setting manually 200 to "never". so I clicket as long on the Arrow until it views 200, that worked. Sorry, I overlooked your reply. Now I am finally able to reproduce this issue and hopefully I'll be able to fix the bug once I find some time. Notes to myself: *For some reason entering numbers for e.g. "Check new comic strips" manually does not work --> pressing tab changes the entered number to never Steps to reproduce that seem to always work: 1. use plasmoidviewer comic 2. go to configuration and _enter_ a number via the keyboard at the "Check new comic strips" 3. press TAB (number should change to "never") 4. Click "Ok" 5. click again on the configuration button 6. Change the "Check new comic strips" via the mouse (clicking the up button) 7. Press "Ok", the crash should happen Git commit 5e6e56e5249d1f0215b59d798e27b09b15d44fbc by Matthias Fuchs. Committed on 13/11/2011 at 21:04. Pushed by mfuchs into branch 'KDE/4.7'. Set pointer to 0 after deleting. BUG:284892 M +1 -0 applets/comic/comic.cpp http://commits.kde.org/kdeplasma-addons/5e6e56e5249d1f0215b59d798e27b09b15d44fbc Git commit 371707d37744ddb92b9d617e00af0f62b8a92b56 by Matthias Fuchs. Committed on 13/11/2011 at 21:04. Pushed by mfuchs into branch 'master'. Set pointer to 0 after deleting. BUG:284892 (cherry picked from commit 5e6e56e5249d1f0215b59d798e27b09b15d44fbc) M +1 -0 applets/comic/comic.cpp http://commits.kde.org/kdeplasma-addons/371707d37744ddb92b9d617e00af0f62b8a92b56 The commits above fix the crash, but not the issue that pressing Tab resets your input. For that follow bug #286523 Git commit 7c71b3410522747a1cb8be3d6c9e1d551b2f0790 by Matthias Fuchs. Committed on 13/11/2011 at 21:26. Pushed by mfuchs into branch 'KDE/4.7'. Uses QSpinBox to work around BUG: 286523 CCBUG:284892 M +1 -8 applets/comic/advancedsettings.ui M +2 -7 applets/comic/comicSettings.ui M +2 -7 applets/comic/comicarchivedialog.ui http://commits.kde.org/kdeplasma-addons/7c71b3410522747a1cb8be3d6c9e1d551b2f0790 Git commit 52534f225b9ad97da077c517939b5716d7b358d7 by Matthias Fuchs. Committed on 13/11/2011 at 21:26. Pushed by mfuchs into branch 'master'. Uses QSpinBox to work around BUG: 286523 CCBUG:284892 (cherry picked from commit 7c71b3410522747a1cb8be3d6c9e1d551b2f0790) M +1 -8 applets/comic/advancedsettings.ui M +2 -7 applets/comic/comicSettings.ui M +2 -7 applets/comic/comicarchivedialog.ui http://commits.kde.org/kdeplasma-addons/52534f225b9ad97da077c517939b5716d7b358d7 *** Bug 289466 has been marked as a duplicate of this bug. *** |