Closed
Bug 14771
Opened 26 years ago
Closed 25 years ago
[FIX]GFX list/combo box doesn't respond to keyboard input
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
VERIFIED
FIXED
M17
People
(Reporter: michael.j.lowe, Assigned: rods)
References
Details
(Whiteboard: [nsbeta3+]Fix in hand)
When a GFX list or combo box has the focus it should respond to Page Up/Down,
Home/End and Cursor Up/Down keys, as native Windows controls do.
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Whiteboard: Fix is in my tree
| Assignee | ||
Comment 1•26 years ago
|
||
Fix is in my tree
| Reporter | ||
Comment 2•26 years ago
|
||
Just noticed that cursor left/right keys also need to work.
| Assignee | ||
Comment 3•26 years ago
|
||
This has been fixed, but a bug in style makes it so it doesn't update correctly.
| Assignee | ||
Comment 4•26 years ago
|
||
Oops, the arrows keys and hit a letter works. But page up and page down haven't
been implemented yet.
| Assignee | ||
Updated•26 years ago
|
Depends on: 15153
Whiteboard: Fix is in my tree → Fix is checked in waiting on bug 15153 to close
| Assignee | ||
Comment 5•26 years ago
|
||
added dependency on 15153
Comment 6•26 years ago
|
||
Getting crash if [Page Up] or [Page Down] keys are pressed while focus is in
a TEXTAREA; 1999-10-20-08-M11 on WinNT.
This is probably because the code isn't in yet.
Comment: this bug is probably "about" all form controls.
Bug 16636 (Home and End keys reversed in inputs and textareas)
may fix itself when this bug is fixed, or when Bug 15153 is fixed.
| Assignee | ||
Comment 7•26 years ago
|
||
If page up and down crash in the textarea it should be a separate bug and
assignde it to mjudge or buster. This bug is just for the select.
| Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 8•26 years ago
|
||
At kipp's suggestion I added a EnterReflowLock before and a ExitReflowLock
after my AppendReflowCommand. The reflow command gets "kicked off"
and it is now fixed.
| Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → REOPENED
| Reporter | ||
Updated•26 years ago
|
Resolution: FIXED → ---
Whiteboard: Fix is checked in waiting on bug 15153 to close
| Reporter | ||
Comment 9•26 years ago
|
||
Ok Rod, I see three minor bugs with this, on Test #8.
1. In the "Select size=1 with Disabled option" combo and listbox it is possible
to select the disabled option with the keyboard.
2. In the "Select size=4 with Optgroup (Listbox)", when moving the selection up
and down the list with the cursor keys, the list does not scroll to show the
current selection (see Windows listbox for how this is done).
3. The cursor left and right keys should perform the same actions as cursor
up/down.
| Assignee | ||
Comment 10•26 years ago
|
||
Thanks, I knew about #2, but not #1 and #3 (which should be very simple). #2 is
a pain.
| Assignee | ||
Comment 11•26 years ago
|
||
Turns out I have a separate bug for item #2 which is just as well because it is
the harder one. Bug #17053
| Assignee | ||
Updated•26 years ago
|
Status: REOPENED → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 12•26 years ago
|
||
fixed item #1, #2, #3 - fixed
| Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → REOPENED
| Reporter | ||
Updated•26 years ago
|
Resolution: FIXED → ---
| Reporter | ||
Comment 13•26 years ago
|
||
In 1999111308 build, #1 is not fixed - it should NOT be possible to select
disabled option with cursor keys, but I can. Also discovered another omision:
bug #4: page up/down keys don't work yet.
| Reporter | ||
Comment 14•26 years ago
|
||
Also, bug #5: Home/End keys don't work yet.
| Assignee | ||
Comment 15•26 years ago
|
||
changed to M14
Comment 16•26 years ago
|
||
QA Contact update.
Comment 18•26 years ago
|
||
Using Linux snapshot 2000-02-24-09, I can use the arrow keys, but if I try to
use home/end nothing happens, and using screen up/down the page scolls (and I'm
left with a tear-off list hanging around on the old place of the screen).
Clicking with the mouse onto a combobox doesn't give it the focus.
If I select a combobox using the TAB key, and hit the arrow keys (closed CB) the
next/previous entry is choosen, but the page is also moved!)
Tobias
Comment 19•26 years ago
|
||
Lists and combos should also respond to non-navigation keys, as native controls do.
At the very least, they should support the first-letter scheme:
Pressing 'F' should select the first list entry beginning with 'F' (if any),
and subsequent presses should cycle between all entries beginning with 'F'.
Comment 20•26 years ago
|
||
Here is what I see - opening a drop down box will not allow you to say press 'f'
and go directly to the first entry starting with 'f'
however, if you scroll with the scrollbars, then it works. note that the box
then gets the dotted line around it (ie focus is activated). this is on m15
2000030516 and windows 98
| Assignee | ||
Comment 21•26 years ago
|
||
Everything except Page UP/Down works for the current list box and everything
works for GfxListBox.
Summary: GFX list/combo box doesn't respond to keyboard input → [FIXED FOR GFX]GFX list/combo box doesn't respond to keyboard input
Comment 22•26 years ago
|
||
on 2000031508, seeing the following:
opening a drop down box, and pressing down key will make the page scroll, but
not the drop down box.
alphabetical scrolling using keys doe snto work unless you scroll manually first
in that box
| Assignee | ||
Comment 23•26 years ago
|
||
The problems you just described have to do with focus. When you click down on
the combobox it isn't getting the focus correctly. If you ensure it has focs
everything works correctly.
Status: REOPENED → ASSIGNED
| Assignee | ||
Updated•26 years ago
|
Summary: [FIXED FOR GFX]GFX list/combo box doesn't respond to keyboard input → [FIXED-GFX]GFX list/combo box doesn't respond to keyboard input
| Assignee | ||
Updated•26 years ago
|
Keywords: nsbeta3
Summary: [FIXED-GFX]GFX list/combo box doesn't respond to keyboard input → [FIXED]GFX list/combo box doesn't respond to keyboard input
Whiteboard: Fix in hand
| Assignee | ||
Updated•25 years ago
|
Summary: [FIXED]GFX list/combo box doesn't respond to keyboard input → [FIX]GFX list/combo box doesn't respond to keyboard input
| Assignee | ||
Comment 27•25 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 26 years ago → 25 years ago
Resolution: --- → FIXED
Comment 28•25 years ago
|
||
Marking VERIFIED FIXED on:
- LinuxRH62 2000-09-07-08-M18 Commercial
- Win98 2000-09-07-08-M18 Mozilla
- MacOS86 2000-09-07-04-M18 Commercial
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•