Bug 28323 - Drop-down menu keyboard navigation is case-sensitive
Summary: Drop-down menu keyboard navigation is case-sensitive
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-07-07 01:33 UTC by Bart Szyszka
Modified: 2003-05-01 01:01 UTC (History)
0 users

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 Bart Szyszka 2001-07-07 01:23:58 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           konqueror
Version:           KDE 2.2.0 Beta1
Severity:          normal
Installed from:    Debian Packages
Compiler:          Not Specified
OS:                Linux
OS/Compiler notes: Not Specified

When a drop-down menu on a website form is in focus pressing a letter on my keyboard doesn't go to that option. I finally figured out that it's because I'm not holding onto the Shift key and the options are normally capitalized. I think it would just be simpler and make things a whole lot easier if this option wasn't case sensitive. If I'm filling out my address and am at a drop-down menu for a state I should be able to press the letter N a few times until it reacher NY/New York without needing to additionally hold down Shift. In the File... menu at the top of a KDE applications for example I don't need to press Shift+O for the Open command. O suffices.

(Submitted via bugs.kde.org)
Comment 1 Carsten Pfeiffer 2001-07-10 20:34:24 UTC
On Samstag 7. Juli 2001 10:59 David Faure wrote:

> > When a drop-down menu on a website form is in focus pressing a letter on
>
> my keyboard doesn't go to that option. I finally figured out that it's
> because I'm not holding onto the Shift key and the options are normally
> capitalized. I think it would just be simpler and make things a whole lot
> easier if this option wasn't case sensitive. If I'm filling out my address
> and am at a drop-down menu for a state I should be able to press the
> letter N a few times until it reacher NY/New York without needing to
> additionally hold down Shift. In the File... menu at the top of a KDE
> applications for example I don't need to press Shift+O for the Open
> command. O suffices.
>
>
> This is all handled automatically by QComboBox right ?

hmm usually yes. There is some code in KComboBox for read-only comboboxes 
for completion but I don't think it belongs there or it even works. I just 
tested with and without that code and I didn't get any completion at all 
(only if the combobox is open e.g. by pressing F4. But then it works just 
fine with upper case characters without shift).

Cheers
Carsten Pfeiffer
Comment 2 Jorge Adriano 2003-05-01 00:55:35 UTC
Just tested it here, and it works: http://www.mat.uc.pt/~lectivos/sumarios/ 
The listed words start with capitals, I pressed a lowercase letter and moved to the 
right entry. 
 
I sugest CLOSING this bug. 
Comment 3 Chris Howells 2003-05-01 01:01:20 UTC
Thanks, works for me as well.