Closed
Bug 38709
Opened 25 years ago
Closed 25 years ago
Safely Prefilling form w/multiple fields hangs browser
Categories
(Toolkit :: Form Manager, defect, P3)
Toolkit
Form Manager
Tracking
()
VERIFIED
FIXED
People
(Reporter: bugzilla, Assigned: morse)
References
()
Details
(Keywords: crash)
found this using opt comm bits 2000.05.09.08 on linux, mac and winNT. this
differs from bug 33542 (which seems to work these days) in that the form has
multiple fields to prefill.
0. make sure your profile has stored form data --what i'd here is make sure that
name.first and name.last have values. go thru the first three steps of smoketest
#B24 (Autofill, http://www.mozilla.org/quality/smoketests/) to accomplish this.
1. go to the above URL for the cdnow sample form
(http://www.mozilla.org/wallet/samples/cdnow.html). note that unlike the sample
form for amazon, there are separate fields for the first and last name, rather
than a single one which concatenates name.first and name.last into a single
value.
2. select Tasks > Personal Mgrs > Form Mgr > Prefill Form Safely.
result: browser hangs. nasty on Mac: requires a restart of the machine; bad on
linux: need to jump out of X, kill the mozilla pid's, jump back into X. annoying
on winNT: kill the browser task.
Reporter | ||
Updated•25 years ago
|
Reporter | ||
Comment 1•25 years ago
|
||
very bizarre! after i got the hang from bug 38709, i now can hang the browser
even when going to the amazon.com sample form (which has a single field that
cat's multiple field values). i'm baffled.
Reporter | ||
Comment 2•25 years ago
|
||
another note: this recent problem occurred on linux (different session, too)
Assignee | ||
Comment 3•25 years ago
|
||
Oops, I created a regression when fixing bug 36116. Fix now checked in. Change
was in wallet.cpp.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 4•24 years ago
|
||
no longer a problem. verif on linux, mac and winNT using opt comm bits
2000.05.18.08.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•