Closed
Bug 249589
Opened 21 years ago
Closed 21 years ago
menulist keyboard navigation works skipping elements
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 254409
People
(Reporter: ali, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040624 Debian/1.7-2
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040624 Debian/1.7-2
When you iterate the items of a menulist widget using the UP/DOWN keys, the
iteration isn't linear, instead it skip one element
Reproducible: Always
Steps to Reproduce:
1. Try to iterate over any menulist's items (more than 3) using the UP/DOWN keys
Actual Results:
mozilla skip one element of the list every time
Expected Results:
iteration should be linear
Reporter | ||
Comment 1•21 years ago
|
||
defining the style display: -moz-popup fix the bug but then the widget can't get
focus when you TAB over the window's elements
Comment 2•21 years ago
|
||
You reported this first, but the other bug has a little more activity.
Thanks for the report.
*** This bug has been marked as a duplicate of 254409 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•