Bug 366122 - Next button not activatable via Alt+N in widget
Summary: Next button not activatable via Alt+N in widget
Status: RESOLVED UPSTREAM
Alias: None
Product: digikam
Classification: Applications
Component: Usability-Keyboard (show other bugs)
Version: 5.1.0
Platform: Debian testing Linux
: NOR minor
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-26 09:18 UTC by Simon
Modified: 2022-01-11 15:15 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 7.5.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon 2016-07-26 09:18:20 UTC
In the first run widget all buttons on the bottom except "Next" are activatable by pressing Alt+Key, where key is the underlined letter.

Reproducible: Always

Steps to Reproduce:
1. Start digikam from scratch (no database, no digikamrc)
2. Press Alt+N

Actual Results:  
Nothing happens

Expected Results:  
Next button is pressed and next menu window appears.

digikam commit hash: 19446b5
Qt version: 5.6.1
Comment 1 caulier.gilles 2016-07-26 11:54:33 UTC
Nothing can be done in digiKam code.

We use QWizard class for first run assistant, with standard button defined by Qt.

http://doc.qt.io/qt-5/qwizard.html#WizardButton-enum

Next button is Continue under OSX, so we cannot force to use ALT+N everywhere. This depend of text hosted in button by Qt API.

So, this problem need to be upstreamed to Qt team as well.

Gilles Caulier