Closed
Bug 448540
Opened 17 years ago
Closed 3 years ago
Form auto-complete stops working after Enter is pressed
Categories
(Toolkit :: Form Manager, defect)
Toolkit
Form Manager
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: timwi, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.1a2pre) Gecko/2008073003 Minefield/3.1a2pre
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.1a2pre) Gecko/2008073003 Minefield/3.1a2pre
See STR
Reproducible: Always
Steps to Reproduce:
1. Take a page with frames. One frame contains a form with an input box, the other frame is the target for the form.
2. Type something in the box and submit the form. Form Manager stores the data.
3. Empty the input box.
4. Type the first letter of what you typed earlier.
5. Press Enter.
Actual Results:
Auto-completion for this input box is now completely unavailable. Neither down-arrow nor typing letters pops up the auto-completion drop-down.
Expected Results:
Down-arrow or typing further letters should bring up the auto-completion drop-down like it usually does.
If you need a show case, I can prepare one. Please ask.
| Assignee | ||
Updated•17 years ago
|
Product: Firefox → Toolkit
Comment 1•17 years ago
|
||
Yes, a simplified test case would be helpful here.
Actually, turns out you don't need an extra testcase. Here are some simple STR:
1. Go to http://www.csrsupport.com or any other website with a search box.
2. Type "blah" in the search box and press Enter. This adds "blah" to the auto-completion dictionary. Then cancel and reload the page to start from scratch.
3. Type "b" in the search box, press Enter, and before the page refreshes, press Esc.
4. Press Down-Arrow or "l".
EXPECTED BEHAVIOUR: Auto-completion drop-down appears.
ACTUAL BEHAVIOUR: Nothing happens.
Comment 3•17 years ago
|
||
I see this on OS X too.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows 2000 → All
Hardware: PC → All
Version: unspecified → Trunk
Comment 4•3 years ago
|
||
I can not reproduce this in 2022. Please reopen when there are fresh STR.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•