Closed Bug 405698 Opened 17 years ago Closed 17 years ago

Ctrl+F should select find bar contents (not just focus it)

Categories

(Toolkit :: Downloads API, defect, P3)

x86
Windows XP
defect

Tracking

()

VERIFIED FIXED
mozilla1.9beta2

People

(Reporter: jruderman, Assigned: asaf)

References

Details

(Whiteboard: patch on bug 405696)

Steps to reproduce:
1. Ctrl+J (open the download manager)
2. Ctrl+F (focus the find bar)
3. Type some text
4. Ctrl+F again

Result: nothing happens.

Expected: the contents of the find box should become selected so i can start a new search.  (To be consistent with Ctrl+F or Ctrl+L in the browser window, and to make "Ctrl+F foo" consistently search for 'foo'.)

Fixing this is probably just a matter of adding a call to .select() or replacing the .focus() call with one.
Assignee: nobody → mano
Priority: -- → P3
Whiteboard: patch on bug 405696
Target Milestone: --- → Firefox 3 M10
Fixed by bug 405696.
Status: NEW → RESOLVED
Closed: 17 years ago
Flags: blocking-firefox3?
Resolution: --- → FIXED
Flags: in-litmus?
Flags: blocking-firefox3? → blocking-firefox3+
verified fixed using Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b2pre) Gecko/2007120405 Minefield/3.0b2pre and the steps to reproduce from jesse.

-> Verified
Status: RESOLVED → VERIFIED
https://litmus.mozilla.org/show_test.cgi?id=5002 amended to cover the inclusion of an additional CTRL/CMD+F dispatch to select the textfield's contents.

in-litmus+
Flags: in-litmus? → in-litmus+
Product: Firefox → Toolkit
You need to log in before you can comment on or make changes to this bug.