Closed
Bug 424646
Opened 17 years ago
Closed 3 years ago
form history autocomplete doesn't show work on input fields that are focused too early (e.g. in newly opened tabs)
Categories
(Toolkit :: Form Manager, defect)
Toolkit
Form Manager
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: heintzeins, Unassigned)
References
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9b4) Gecko/2008030714 Firefox/3.0b4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9b4) Gecko/2008030714 Firefox/3.0b4
if i open a bookmark (or the homepage) in a new tab, the form history doesnt pop up in the initially focused input field until i click somewhere else (and back again in that field).
Reproducible: Always
Steps to Reproduce:
1.open bookmark/homepage (google for example) in a new tab
2.click into the already focused input field/press cursor down/or anything else which should open the form history
Actual Results:
nothing happens
Expected Results:
form history should pop up
this bug also occours in firefox2 (and i think in 1.5 too) on all of my windows PCs (win2k sp4/winxp sp2); tested in safe mode
Comment 1•17 years ago
|
||
This works for me with Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b5pre) Gecko/2008032223 Minefield/3.0b5pre
Comment 2•17 years ago
|
||
Ok, I can reproduce it now, slight misunderstanding.
Updated•17 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•17 years ago
|
||
We use focus events to attach the form fill controller. I guess the google search box doesn't receive a focus event when you just load it normally, since it starts off with focus?
Take a look at bug 359212. The instructions are a bit easier to understand.
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9) Gecko/2008061004
Firefox/3.0
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1a1pre)
Gecko/2008062003 Minefield/3.1a1pre
Still a bug in FF3 and 3.1pre
Comment 7•17 years ago
|
||
Yes, I still see this in FF3 on Windows.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9) Gecko/2008052906 Firefox/3.0
To consolidate, here's the reproducer steps I wrote in the other bug:
1. Go to http://www.google.com/ and enter something in the search field so you have some form history. You can skip this step if you already have any form history.
2. In the address bar, enter www.google.com and open it in a new tab using Alt+Enter.
3. Try to access form history in the search field. None is offered.
Comment 9•17 years ago
|
||
Regression range for this is
http://bonsai.mozilla.org/cvsquery.cgi?module=PhoenixTinderbox&date=explicit&mindate=2005-06-15+05%3A00&maxdate=2005-06-16+07%3A00
Phil, could your patch in Bug 264607 have caused this?
Comment 10•17 years ago
|
||
Nope, that's gotta be bug 292971.
Blocks: 292971
Severity: minor → normal
OS: Windows XP → All
Hardware: PC → All
Version: unspecified → Trunk
| Assignee | ||
Updated•17 years ago
|
Product: Firefox → Toolkit
Comment 12•17 years ago
|
||
Would report it too.
1. Set google to your home page.
2. Middle click (maybe with you mouse wheel) on you home page button.
3. A new tab will created loading google
4. Form/Search field history won't show last entered search words if you type in anything
Comment 14•17 years ago
|
||
Also related: bug 418288
Summary: form history (autocomplete?) doesnt show up on focused input fields in new opened tabs → form history autocomplete doesn't show work on input fields that are focused too early (e.g. in newly opened tabs)
Comment 16•16 years ago
|
||
I am having the same issue - adding self to CC list. Thanks!
Updated•3 years ago
|
Severity: normal → S3
Comment 19•3 years ago
|
||
The severity field for this bug is relatively low, S3. However, the bug has 7 duplicates.
:serg, could you consider increasing the bug severity?
For more information, please visit auto_nag documentation.
Flags: needinfo?(sgalich)
Comment 20•3 years ago
|
||
The last needinfo from me was triggered in error by recent activity on the bug. I'm clearing the needinfo since this is a very old bug and I don't know if it's still relevant.
Flags: needinfo?(sgalich)
Comment 21•3 years ago
|
||
Lets reopen when fresh steps to reproduce or an example are available.
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
•