Closed
Bug 340349
Opened 19 years ago
Closed 17 years ago
Crash if reading value from the form history
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: also, Unassigned)
Details
(Keywords: crash)
Attachments
(1 file)
|
576 bytes,
application/vnd.mozilla.xul+xml
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; de; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4
var hist = Components.classes["@mozilla.org/satchel/form-history;1"].
getService(Components.interfaces.nsIFormHistory);
var str;
hist.getValueAt(0,str);
crash
greetings
also
Reproducible: Always
to test the attachment insert this into your user prefs.js :
user_pref("signed.applets.codebase_principal_support", true);
| Reporter | ||
Comment 1•19 years ago
|
||
Comment 2•17 years ago
|
||
Firefox v1.5.x is not supported anymore.
Can you reproduce with Firefox v2.0.0.14 ?
Assignee: guifeatures → nobody
Severity: major → critical
Component: XP Apps: GUI Features → General
Keywords: crash
Product: Mozilla Application Suite → Firefox
QA Contact: general
Version: unspecified → 1.5.0.x Branch
| Reporter | ||
Comment 3•17 years ago
|
||
(In reply to comment #2)
> Firefox v1.5.x is not supported anymore.
>
> Can you reproduce with Firefox v2.0.0.14 ?
>
v2.0.0.14
No
Comment 4•17 years ago
|
||
Doesn't happen for supported versions of Firefox. Closing as WFM.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•