Bug 373886 - regression: cannot adjust alarm date for new alarms with cursor keys anymore
Summary: regression: cannot adjust alarm date for new alarms with cursor keys anymore
Status: CLOSED FIXED
Alias: None
Product: kalarm
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Debian unstable Linux
: NOR normal
Target Milestone: ---
Assignee: David Jarvie
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-19 10:57 UTC by a4764
Modified: 2020-08-17 23:51 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: KDE Frameworks 5.30


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description a4764 2016-12-19 10:57:06 UTC
kalarm version 2.11.7-5ak
Steps to reproduce:
- Open kalarm main window.
- Press ctrl-d to create a new alarm.
- Press ctrl-a to go to the "At date/time:" field.
- Press up-arrow or page-up key to adjust the alarm date.

Expected result: alarm date increases 
Actual   result: nothing happens

This did still work in Kalarm version 2.10.12-ak
Comment 1 David Jarvie 2016-12-21 22:27:51 UTC
The widget used to edit the date looks as if it should still respond to up-arrow and page-up, but for some reason it doesn't work in the alarm edit dialog.
Comment 2 a4764 2016-12-22 07:33:10 UTC
(In reply to David Jarvie from comment #1)
> The widget used to edit the date looks as if it should still respond to
> up-arrow and page-up, but for some reason it doesn't work in the alarm edit
> dialog.

Using kalarm without this feature is quite cumbersome.
Will you try to fix it?
Comment 3 David Jarvie 2016-12-27 17:48:52 UTC
The problem is due to bugs in the KDateComboBox class in the KDE Frameworks kwidgetsaddons library. A fix has been submitted for review at https://git.reviewboard.kde.org/r/129709/.
Comment 4 David Jarvie 2016-12-31 00:17:06 UTC
This has now been fixed in KDE Frameworks. It will be in the 5.30 release.