Closed
Bug 345869
Opened 18 years ago
Closed 18 years ago
Pull Down Menu within Search Field not Keyboard Accessible
Categories
(Firefox :: Search, defect, P1)
Tracking
()
RESOLVED
FIXED
Firefox 2 beta2
People
(Reporter: deangelo, Assigned: Gavin)
References
Details
(Keywords: access, fixed1.8.1, regression)
Attachments
(1 file, 1 obsolete file)
1.84 KB,
patch
|
mconnor
:
superreview+
mconnor
:
approval1.8.1+
|
Details | Diff | Splinter Review |
Test environment: Bon Echo nightly build 20070724. NOTE: This problem is a regression since it worked fine with nightly build 20070723.
Test done on IBM T42 ThinkPad.
Summary: Pull Down Menu within Search Field not Keyboard Accessible
Description:
When within the Search Field up in the righthand corner of the Navigation toolbar (where the letter G for Google by default). You will notice that when you are on the focus of the search field you cannot keyboard navigate to the pulldown inside the tool.
Steps to Reproduce:
1. Bring up FF2, press ctrl+L and tab over to the search field.
2. Next Alt+down arrow should pulldown the menu bar which gains you access to such tools as Yahoo,google and ebay. But instead you get focus on the bookmarks tool bar.
Expected Result:
You should be able to gain access to the pull down menu within the search field
Assignee | ||
Comment 1•18 years ago
|
||
This is a regression from bug 345407.
Blocks: 345407
Component: Disability Access → Search
OS: Windows XP → All
QA Contact: disability.access → search
Hardware: PC → All
Version: Trunk → 2.0 Branch
Assignee | ||
Comment 2•18 years ago
|
||
Assignee: nobody → gavin.sharp
Status: NEW → ASSIGNED
Attachment #230620 -
Flags: superreview?(mconnor)
Attachment #230620 -
Flags: review?(pamg.bugs)
Assignee | ||
Comment 3•18 years ago
|
||
This patch essentially reverts the openSearch function to the one currently on the 1.8.0 branch.
Flags: blocking-firefox2?
Priority: -- → P1
Target Milestone: --- → Firefox 2 beta2
Comment 4•18 years ago
|
||
Comment on attachment 230620 [details] [diff] [review]
patch
With this patch, the <field name="_button">...</field> declaration is no longer used and can be removed. r+ with that change.
Attachment #230620 -
Flags: review?(pamg.bugs) → review+
Assignee | ||
Comment 5•18 years ago
|
||
Attachment #230620 -
Attachment is obsolete: true
Attachment #230630 -
Flags: superreview?(mconnor)
Attachment #230620 -
Flags: superreview?(mconnor)
Updated•18 years ago
|
Flags: blocking-firefox2? → blocking-firefox2+
Comment 6•18 years ago
|
||
Comment on attachment 230630 [details] [diff] [review]
with pam's change
sr=mconnor
a=mconnor on behalf of drivers
Attachment #230630 -
Flags: superreview?(mconnor)
Attachment #230630 -
Flags: superreview+
Attachment #230630 -
Flags: approval1.8.1+
Assignee | ||
Comment 7•18 years ago
|
||
mozilla/browser/components/search/content/search.xml 1.37.2.48
mozilla/browser/components/search/content/search.xml 1.81
Reporter | ||
Updated•18 years ago
|
Keywords: regression
You need to log in
before you can comment on or make changes to this bug.
Description
•