Bug 259412 - Date chooser field: keyboard shortcuts do not work
Summary: Date chooser field: keyboard shortcuts do not work
Status: RESOLVED FIXED
Alias: None
Product: skrooge
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources macOS
: NOR normal
Target Milestone: ---
Assignee: Stephane MANKOWSKI
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-10 09:44 UTC by Christoph Vogtländer
Modified: 2015-03-29 18:00 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Vogtländer 2010-12-10 09:44:37 UTC
Version:           unspecified (using KDE 4.5.3) 
OS:                OS X

Keyboard shortcuts "up", "down", "ctrl+up" and "ctrl+down" ceased to work for selecting another day/month, if this is intended behavior the tooltip should be changed 
(for OS X users: please note that "ctrl" is the apple-key)

Reproducible: Always

Steps to Reproduce:
select date chooser filed in a operation and press e.g. "down"

Actual Results:  
date does not change

Expected Results:  
previous day should be selected
Comment 1 Stephane MANKOWSKI 2010-12-10 10:53:46 UTC
Hi Christoph,

In 0.7.3 version of skrooge, "+", "-", "ctrl+" and "ctrl-".
In 0.8.0 version of skrooge, we changed to "up" , "down", "ctrl+up" and "ctrl+down". We changed the tooltip too. (remark: "up" and "down" are arrows)

I tested it on Skrooge 0.8.0 on kubuntu. It works !
I am not able to test it on OS X.

Could you confirm that you are using Skrooge 0.8.0 ?
Could you test it with "+" an "-" too ?
Comment 2 Christoph Vogtländer 2010-12-10 11:49:20 UTC
I'm using svn revision 1205181, skrooge shows version 0.8.1, the tooltip says:
Date of operation
up or down to add or remove one day
CTRL + up or CTRL + down to add or remove one month

When pressing one of these keys the input cursor jumps to the end of the date field. Other than that nothing visible seems to be changed.

Maybe this is a problem using OS X. As I said earlier, "CTRL" for Qt Apps is mapped to the CMD key (apple key). But I never had any problems with this (and it is done internally by Qt). E.g. pressing CMD+"+" triggers "zoom in".

I just figured out that I can use PageDown/PageUp to change the month. Strange. Changing the day of the date does not seem to be possible with a keyboard shortcut.
Comment 3 Stephane MANKOWSKI 2010-12-11 14:07:47 UTC
SVN commit 1205544 by smankowski:

BUG: 259412: Date chooser field: keyboard shortcuts do not work

 M  +1 -0      CHANGELOG  
 M  +6 -6      skgbasegui/kdateedit.cpp  
 M  +9 -9      skgbasegui/skgtablewithgraph.h  
 M  +47 -25    test.ui  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1205544
Comment 4 vicnet 2015-03-29 18:00:30 UTC
+ and - does not work in 1.10.
Should they do ?

If not, why not allowed +/- and -> <- in same time ?